fix: bashrc and zshrc profile sharing
This commit is contained in:
parent
296c26752c
commit
583d5235ff
3 changed files with 12 additions and 11 deletions
.config/zsh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue