From 90e101c0ffb1dd54cdf178904fb3f74c28a9b0cd Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 26 Apr 2021 20:11:49 +0200 Subject: [PATCH] Tweak dotfiles shortcut --- tree/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.config/fish/config.fish b/tree/.config/fish/config.fish index 52da61a..caf80f1 100644 --- a/tree/.config/fish/config.fish +++ b/tree/.config/fish/config.fish @@ -6,7 +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" +abbr --add d "cd ~/.config/dotfiles/tree && exa -Ta && git status" # rust core tools abbr --add ls exa