|
|
@@ -10,6 +10,10 @@ ZSH_THEME="cinaeco"
|
|
|
# Uncomment the following line to use case-sensitive completion.
|
|
|
# CASE_SENSITIVE="true"
|
|
|
|
|
|
+# Uncomment the following line to use hyphen-insensitive completion. Case
|
|
|
+# sensitive completion must be off. _ and - will be interchangeable.
|
|
|
+# HYPHEN_INSENSITIVE="true"
|
|
|
+
|
|
|
# Uncomment the following line to disable bi-weekly auto-update checks.
|
|
|
DISABLE_AUTO_UPDATE="true"
|
|
|
|
|
|
@@ -46,7 +50,7 @@ ZSH_CUSTOM=$HOME/dotfiles/zsh/custom
|
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
# Add wisely, as too many plugins slow down shell startup.
|
|
|
-plugins=(git colored-man z)
|
|
|
+plugins=(git colored-man-pages fancy-ctrl-z z)
|
|
|
|
|
|
# User configuration
|
|
|
|