logansdotfiles/.zshrc

16 lines
387 B
Bash
Raw Normal View History

2022-03-28 16:03:53 -04:00
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
unsetopt beep
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/logan/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='%F{208}%n%F{reset}@%m:%F{32}[%d]$ %F{reset}'