New featuer: ZSH named dirs

This commit is contained in:
Arjun Karangiya
2020-04-06 11:29:58 +05:30
parent d650aacb90
commit 1316be8ec4
3 changed files with 6 additions and 3 deletions

View File

@@ -42,5 +42,5 @@ alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)"
# Some other stuff
alias \
magit="nvim -c MagitOnly" \
ref="shortcuts >/dev/null; source ~/.config/shortcutrc" \
ref="shortcuts >/dev/null; source ~/.config/shortcutrc; source ~/.config/zshnameddirrc" \
weath="less -S ~/.local/share/weatherreport" \