summaryrefslogtreecommitdiff
path: root/custom/overlay/root/.zshrc
blob: cbc05e4ae39fa2660ce2b184d8c1bc126af5d304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bindkey -e
bindkey  "^[[H"   beginning-of-line
bindkey  "^[[F"   end-of-line
bindkey  "^[[3~"  delete-char

#PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f '
setopt interactivecomments

autoload -Uz promptinit
promptinit
prompt bart

HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory