summaryrefslogtreecommitdiff
path: root/zsh/dot-zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-17 15:36:28 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-17 15:36:28 -0400
commit5441276b4545772d62fe21aef542f57ab646125b (patch)
tree116f638e399c63c51482fb44d8a0ad234fe7ef47 /zsh/dot-zshrc
parent6a00e216d21bf953b9a8d8d505f131edd65a27de (diff)
Bag of changes
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