flake
This commit is contained in:
parent
ec607d7c2d
commit
6070598d72
1 changed files with 5 additions and 2 deletions
7
_zshrc
7
_zshrc
|
@ -30,8 +30,11 @@ function zle-keymap-select {
|
|||
}
|
||||
zle -N zle-keymap-select
|
||||
|
||||
[ -f "$HOME/.bashrc" ] && emulate bash -c "source $HOME/.bashrc"
|
||||
[ -f "$HOME/./config/bashrc" ] && emulate bash -c "source $HOME/./config/bashrc"
|
||||
if [ -f "$HOME/./config/bashrc" ]; then
|
||||
emulate sh -c "source $HOME/./config/bashrc"
|
||||
else
|
||||
[ -f "$HOME/.bashrc" ] && emulate sh -c "source $HOME/.bashrc"
|
||||
fi
|
||||
|
||||
[ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ] && source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
[ -f "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" ] && source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||
|
|
Loading…
Add table
Reference in a new issue