update(peco): new directory for unity projects

This commit is contained in:
juancwu 2022-12-23 15:01:34 -05:00
commit 6336359360
No known key found for this signature in database

View file

@ -19,6 +19,8 @@ function peco_change_directory
# ghq list -p # gh cli replaced this, so it is no longer needed # ghq list -p # gh cli replaced this, so it is no longer needed
# list local repositories # list local repositories
find $HOME/ghq -mindepth 2 -maxdepth 2 -type d find $HOME/ghq -mindepth 2 -maxdepth 2 -type d
# list unity projects
find $HOME/unity-projects -mindepth 1 -maxdepth 1 -type d
# home directory # home directory
ls -ad $HOME/*/ | grep -v \.git ls -ad $HOME/*/ | grep -v \.git
# current directory # current directory