update zsh config

This commit is contained in:
2024-02-29 13:24:08 +01:00
parent b2d3cc4e4f
commit 7be6a72e46

View File

@@ -27,6 +27,8 @@
initExtra = ''
PROMPT='%F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# '
RPROMPT='[%F{yellow}%?%f]'
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
'';
};
}