Simple ZSH config file
I don’t like you big config for bash/vim/zsh ))
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/akonyukov/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall PROMPT='%F{red}%n%f@%F{red}%m%f %F{yellow}%1~%f %# ' |