summaryrefslogtreecommitdiff
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/zshrc')
-rwxr-xr-xconfig/zsh/zshrc4
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