diff options
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7ec7bc0..eefa79a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -87,7 +87,7 @@ mkcd() { } # Loading shortcuts made by aliasgen and shortcutgen -source $HOME/.cache/zsh-aliases* +source $HOME/.cache/zsh-aliases source $HOME/.cache/zsh-shortcuts source $HOME/.cache/shell-vars |