From ce4dbe68fc4245426f7bfb2ccc43b20e5c2c9ced Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:57:59 -0500 Subject: [PATCH] update: remove unity-projects dir for wsl2 --- .config/fish/functions/peco_change_directory.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/fish/functions/peco_change_directory.fish b/.config/fish/functions/peco_change_directory.fish index 0da1f36..ec1a5cd 100644 --- a/.config/fish/functions/peco_change_directory.fish +++ b/.config/fish/functions/peco_change_directory.fish @@ -19,8 +19,6 @@ 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