Add shortcut to get to dotfiles dir

This commit is contained in:
2021-04-26 12:02:16 +02:00
parent 25761e1b40
commit 3f649ef859

View File

@ -6,6 +6,7 @@ set -x EDITOR nvim
# misc abbrs # misc abbrs
abbr --add e $EDITOR abbr --add e $EDITOR
abbr --add bt bluetoothctl abbr --add bt bluetoothctl
abbr --add d "cd ~/.config/dotfiles/tree && git status && exa -Ta"
# rust core tools # rust core tools
abbr --add ls exa abbr --add ls exa