diff --git a/tree/.config/fish/config.fish b/tree/.config/fish/config.fish index 27385ec..52da61a 100644 --- a/tree/.config/fish/config.fish +++ b/tree/.config/fish/config.fish @@ -6,6 +6,7 @@ set -x EDITOR nvim # misc abbrs abbr --add e $EDITOR abbr --add bt bluetoothctl +abbr --add d "cd ~/.config/dotfiles/tree && git status && exa -Ta" # rust core tools abbr --add ls exa