chore(shell): add github shortcut so it shows shorter in the prompt

In the shell prompt when you were in a directory it would commonly be

`~s/github.com/AdeAttwood/Dotfiles|branch ⇒`

This mapping will shorten this down to try and make the prompt a bit
less intrusive when in a subdirectory of a project.

`~gh/AdeAttwood/Dotfiles|branch ⇒`
This commit is contained in:
Ade Attwood 2023-11-06 08:30:42 +00:00
parent 540b5b0c72
commit 8a813aad8f

View file

@ -22,3 +22,4 @@ mutt_scripts=~/.mutt/scripts
#
hash -d code=~/Code
hash -d s=~/Code/src
hash -d gh=~/Code/src/github.com