From 3f649ef859d7910e681c95d228c1abc7542f7864 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 26 Apr 2021 12:02:16 +0200 Subject: [PATCH] Add shortcut to get to dotfiles dir --- tree/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) 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