summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index e209eb6..4f24236 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,7 +13,7 @@ set_cwd() {
autoload -Uz add-zsh-hook
add-zsh-hook chpwd set_cwd
-## Options
+## Options
setopt correct # Auto correct mistakes
setopt extendedglob # Extended globbing. Allows using regular expressions with *
setopt nocaseglob # Case insensitive globbing
@@ -36,10 +36,10 @@ HISTSIZE=1000
SAVEHIST=100000
WORDCHARS=${WORDCHARS//[&.;]} # Don't consider certain characters part of the word
-## Keybindings
+## Keybindings
bindkey -v
-## Aliases
+## Aliases
[ -f "$HOME/.config/aliasrc" ] && . "$HOME/.config/aliasrc"
## Plugins