From fc8283ff6eee127ed8c46f22357348306284d8f8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 12 Feb 2020 17:01:12 +0000 Subject: [PATCH] Define briefcase alias to cd into my monorepo Defining an alias in my config.fish makes me realize that I should prune many of my abbreviations and change the ones that remain into aliases. --- configs/shared/.config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index 82da7609b..917b77f4c 100644 --- a/configs/shared/.config/fish/config.fish +++ b/configs/shared/.config/fish/config.fish @@ -87,6 +87,9 @@ source (fzf-share)/key-bindings.fish && fzf_key_bindings eval (direnv hook fish) +# Aliases +alias briefcase='cd $BRIEFCASE' + # Miscellaneous abbr --add c xclip -selection clipboard -i abbr --add p xclip -selection clipboard -o