summaryrefslogtreecommitdiff
path: root/zsh/.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/.zshrc
parent6a00e216d21bf953b9a8d8d505f131edd65a27de (diff)
Bag of changes
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
new file mode 100644
index 0000000..bc1bb37
--- /dev/null
+++ b/zsh/.zshrc
@@ -0,0 +1,17 @@
+# 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