mirror of https://gitlab.com/dabruh/dotfiles.git
Rename alias file
This commit is contained in:
parent
b27eda3264
commit
d290b0b1a3
|
@ -147,4 +147,7 @@ bindkey '^[[B' history-substring-search-down
|
|||
|
||||
RPROMPT='$(git_prompt_string)'
|
||||
[ -f "$ZDOTDIR/completion" ] && . "$ZDOTDIR/completion" # Additional ZSH completion
|
||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc"
|
||||
|
||||
find "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliases" -type f | while read -r alias_file; do
|
||||
source "$alias_file"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue