summaryrefslogtreecommitdiff
path: root/zsh/dot-zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/dot-zshrc')
-rw-r--r--zsh/dot-zshrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc
new file mode 100644
index 0000000..be02a33
--- /dev/null
+++ b/zsh/dot-zshrc
@@ -0,0 +1,13 @@
+# Resources:
+# https://github.com/mika/zsh-pony
+
+bindkey -e
+
+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