diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 12:27:05 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 12:27:05 +0400 |
commit | e2e7154f4ec8ff21af86e19c63828fa3e91e5202 (patch) | |
tree | b09efc3b13c9de3cbf3553ac26972a6c25478cfa /config | |
parent | 7415eaefe77ac06a1cc7e9b0a597ea6fe8c1b323 (diff) |
zshrc updated
Diffstat (limited to 'config')
-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 da3d682..4821fef 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -66,3 +66,7 @@ setopt HIST_FIND_NO_DUPS # Don't show duplicate commands when backward searchin bindkey '^R' history-incremental-search-backward bindkey -s '^o' '^ulfcd\n' 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 |