added zsh

This commit is contained in:
2023-03-11 22:54:27 +00:00
parent bdfe6cae0e
commit 9d851a27fd

View File

@@ -103,6 +103,11 @@ programs = {
autocd = true; autocd = true;
defaultKeymap = "viins"; defaultKeymap = "viins";
history.expireDuplicatesFirst = true; history.expireDuplicatesFirst = true;
initExtra = ''
bindkey '^R' history-incremental-pattern-search-backward
ZSH_AUTOSUGGEST_STRATEGY=(history completion match_prev_cmd)
'';
initExtraBeforeCompInit = '' initExtraBeforeCompInit = ''
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n] # Initialization code that may require console input (password prompts, [y/n]