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.
This commit is contained in:
parent
fabf1c9334
commit
fc8283ff6e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue