diff --git a/.gitignore b/.gitignore index 2d1a6f0..90f7c34 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ !.inputrc !.bashrc !.bash_profile +!.zshrc !.profile !.pam_environment !README.md diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..2bcb041 --- /dev/null +++ b/.zshrc @@ -0,0 +1,15 @@ +# 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}'