fix: bashrc and zshrc profile sharing

This commit is contained in:
Tobias Reisinger 2019-12-20 02:56:06 +01:00
parent 296c26752c
commit 583d5235ff
3 changed files with 12 additions and 11 deletions
.config/zsh

View file

@ -62,8 +62,7 @@ bindkey -s '^o' 'lfcd\n'
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line
# Load aliases
[ -f "$HOME/.config/aliasrc" ] && source $HOME/.config/aliasrc
[ -f $HOME/.profile ] && source $HOME/.profile
# Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null