remove listing current directories from fcd function

This commit is contained in:
jc 2023-10-01 16:53:33 -04:00
commit 2383db2afe
No known key found for this signature in database

View file

@ -113,7 +113,6 @@ fcd() {
echo "$HOME/.config" echo "$HOME/.config"
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
ls -d -1 "$HOME/"/*/ | grep -v \.git ls -d -1 "$HOME/"/*/ | grep -v \.git
ls -d -1 */ | perl -pe "s#^#$PWD/#" | grep -v \.git
} | fzf) } | fzf)
if [ -n "$selected_dir" ]; then if [ -n "$selected_dir" ]; then