feat(aliases): add gp (goProject) alias

Add a simple alias that finds all projects in `$Z_PROJECT_DIR` if set
otherwise searches `$HOME/Projects`
This commit is contained in:
Robert Morrison 2024-02-19 14:52:56 +00:00
parent 08539a0de6
commit 1a18c13306
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -75,6 +75,8 @@ has wineselect && alias ws='source wineselect'
## zero a terminal session
alias zero='dirs -c && clear'
has fzf && alias gp='cd `find ${Z_PROJECT_DIR:-$HOME/Projects} -type d -name .git | sed "s/.git//" | fzf --preview="cd {} && git log"`'
#########################
# FileType Associations #
# extension=program #