summaryrefslogtreecommitdiff
path: root/zsh/dot-zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/dot-zshrc')
-rw-r--r--zsh/dot-zshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc
deleted file mode 100644
index bc1bb37..0000000
--- a/zsh/dot-zshrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# Resources:
-# https://github.com/mika/zsh-pony
-
-bindkey -e
-
-fpath+=$HOME/.zsh/pure
-
-autoload -Uz compinit; compinit
-autoload -Uz promptinit; promptinit
-
-zstyle ':completion:*' menu select
-zstyle ':completion::complete:*' gain-privileges 1
-zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
-
-setopt append_history share_history histignorealldups
-
-prompt pure