update(peco): new directory for unity projects
This commit is contained in:
parent
46a89d5e41
commit
6336359360
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue