summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-02-04 17:19:53 -0500
committerAdam T. Carpenter <atc@53hor.net>2024-02-04 17:19:53 -0500
commit61036390fa3ebc06081d54574a3a33a18e33a184 (patch)
tree1e7017f16c8d2d294859ae9b427bcb78880de062 /.zshrc
parent2ae09557fc81d668c70620ace7e2ee0670f97cef (diff)
downloaddotfiles-master.tar.xz
dotfiles-master.zip
pre migrateHEADmaster
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