mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
simplify workflow
This commit is contained in:
parent
5823cab2c4
commit
78da2dd966
2 changed files with 10 additions and 12 deletions
|
|
@ -64,6 +64,11 @@
|
|||
histSize = 10000;
|
||||
histFile = "$HOME/.cache/zsh_history";
|
||||
interactiveShellInit = ''
|
||||
### zsh-history-substring-search ###
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
source ${pkgs.zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
### fzf-tab ###
|
||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
||||
### pager ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue