mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 06:31:35 +00:00
added zsh
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user