diff options
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dot_zshrc b/dot_zshrc deleted file mode 100644 index 13b626a..0000000 --- a/dot_zshrc +++ /dev/null @@ -1,12 +0,0 @@ -# Set up nice and lengthy history -export HISTFILE="${ZDOTDIR:-$HOME}/.zsh_history" -export HISTSIZE=1000000 -export SAVEHIST=1000000 - -# Simple prompt -PROMPT="%F{15}%K{4}%n@%M:%~%f%k " -RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T" - -# Just do a simple compinit for now -autoload -U compinit -compinit |