remove listing current directories from fcd function
This commit is contained in:
parent
803c8594e4
commit
2383db2afe
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ fcd() {
|
|||
echo "$HOME/.config"
|
||||
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||
ls -d -1 */ | perl -pe "s#^#$PWD/#" | grep -v \.git
|
||||
} | fzf)
|
||||
|
||||
if [ -n "$selected_dir" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue