diff options
Diffstat (limited to 'config/zsh/zshrc')
-rwxr-xr-x | config/zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 4821fef..e9ee318 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -70,3 +70,7 @@ bindkey -s '^f' '^ucd "$(dirname "$(fzf --reverse)")"\n' if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ];then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" fi + +if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/functionrc" ];then + source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/functionrc" +fi |