summaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index a5fd916..f1ccad6 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -37,7 +37,7 @@ SAVEHIST=9999999
37 # personal abbreviations 37 # personal abbreviations
38 abbr -S --quiet S="cd ~/.local/bin && ls" 38 abbr -S --quiet S="cd ~/.local/bin && ls"
39 abbr -S --quiet d="disown" 39 abbr -S --quiet d="disown"
40 abbr -S --quiet dots="cd ~/.local/share/.dotfiles/" 40 abbr -S --quiet dots="cd ~/.local/share/.dots/"
41 abbr -S --quiet ks="killall screen" 41 abbr -S --quiet ks="killall screen"
42 abbr -S --quiet la='ls -lah' 42 abbr -S --quiet la='ls -lah'
43 abbr -S --quiet lgit="lazygit" 43 abbr -S --quiet lgit="lazygit"