Tweak dotfiles shortcut

This commit is contained in:
2021-04-26 20:11:49 +02:00
parent 9b6d8164ac
commit 90e101c0ff

View File

@ -6,7 +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" abbr --add d "cd ~/.config/dotfiles/tree && exa -Ta && git status"
# rust core tools # rust core tools
abbr --add ls exa abbr --add ls exa