some changes

This commit is contained in:
2024-05-08 12:30:33 +02:00
parent 8d3e39736b
commit b3084fd9b6
7 changed files with 31 additions and 8 deletions

View File

@ -1 +1,2 @@
emulate sh -c 'source /etc/profile'
emulate sh -c 'source ~/.profile'

View File

@ -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