# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt appendhistory autocd extendedglob nomatch notify unsetopt beep bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '~/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall alias ls='ls --color=auto' alias grep='grep --color=auto' alias mount='sudo mount' alias umount='sudo umount' autoload -U colors && colors PROMPT="%{$fg_bold[yellow]%}%~ %{$fg_bold[blue]%}%#%{$reset_color%} " eval "$(sed -n 's/^/bindkey /; s/: / /p' /etc/inputrc)"