diff options
Diffstat (limited to 'config/zsh')
-rw-r--r-- | config/zsh/.zshrc (renamed from config/zsh/zshrc) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/zsh/zshrc b/config/zsh/.zshrc index 230a150..e9ed25f 100644 --- a/config/zsh/zshrc +++ b/config/zsh/.zshrc @@ -1,4 +1,4 @@ -# Ryo's zsh config +# Ryo zsh config # https://ryo.nopwd.lol # # literally Luke's config @@ -19,8 +19,8 @@ HISTFILE="$XDG_CACHE_HOME/zsh/history" setopt inc_append_history # load aliases and functions if existent -source $HOME/.config/shell/aliasrc -source $HOME/.config/shell/funcrc +source $HOME/.config/shell/aliases +source $HOME/.config/shell/funcs # basic auto/tab complete autoload -U compinit |