From 6336359360c1ca2ad3c7fb2335caed77f0f37979 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:01:34 -0500 Subject: [PATCH] update(peco): new directory for unity projects --- .config/fish/functions/peco_change_directory.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/functions/peco_change_directory.fish b/.config/fish/functions/peco_change_directory.fish index ec1a5cd..0da1f36 100644 --- a/.config/fish/functions/peco_change_directory.fish +++ b/.config/fish/functions/peco_change_directory.fish @@ -19,6 +19,8 @@ function peco_change_directory # ghq list -p # gh cli replaced this, so it is no longer needed # list local repositories find $HOME/ghq -mindepth 2 -maxdepth 2 -type d + # list unity projects + find $HOME/unity-projects -mindepth 1 -maxdepth 1 -type d # home directory ls -ad $HOME/*/ | grep -v \.git # current directory