Initial commit for public dots
This commit is contained in:
6
.config/scripts/util/cdfzf
Normal file
6
.config/scripts/util/cdfzf
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
selection=$(fzf)
|
||||
|
||||
selection=$(echo $selection | sed 's,/[^/]*$,,')
|
||||
|
||||
cd $selection
|
||||
Reference in New Issue
Block a user