fix bug related to zcomet migration
This commit is contained in:
parent
9888741bd3
commit
e733f502a5
|
@ -1,6 +1,8 @@
|
|||
# Misc/General
|
||||
set -g allow-rename on
|
||||
set -g pane-border-status bottom
|
||||
set-option -g pane-active-border-style fg=cyan
|
||||
set-option -g pane-border-style fg=blue
|
||||
set -g history-limit 100000
|
||||
set -g renumber-windows on
|
||||
set -g clock-mode-style 24
|
||||
|
|
2
zshrc
2
zshrc
|
@ -99,7 +99,7 @@ fi
|
|||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
# ensure histdb gets ctrl-r for history and skim widget can still be called
|
||||
source ~/.zplug/repos/larkery/zsh-histdb/histdb-interactive.zsh
|
||||
source ~/.zcomet/repos/larkery/zsh-histdb/histdb-interactive.zsh
|
||||
alias hist="histdb-skim-widget"
|
||||
|
||||
# Fix home/end/del silly
|
||||
|
|
Loading…
Reference in a new issue