some changes
This commit is contained in:
@ -1 +1,2 @@
|
||||
emulate sh -c 'source /etc/profile'
|
||||
emulate sh -c 'source ~/.profile'
|
||||
|
@ -174,6 +174,9 @@ source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
zmodload zsh/terminfo
|
||||
# Enabling fzf capabilities
|
||||
source /usr/share/fzf/*.zsh
|
||||
|
||||
source /opt/enhancd/init.sh
|
||||
|
||||
bindkey "$terminfo[kcuu1]" history-substring-search-up
|
||||
bindkey "$terminfo[kcud1]" history-substring-search-down
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
|
Reference in New Issue
Block a user