summaryrefslogtreecommitdiff
path: root/custom/overlay/root/.zshrc
blob: 109fd9e402789cb179da756a336bc337f9f66a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
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