stuff
This commit is contained in:
parent
e12c18dae6
commit
6a0fe339dd
|
@ -2,7 +2,7 @@
|
|||
|
||||
# stands for fuzzy vim
|
||||
|
||||
selected_path="$(find ~/Code/ ~/.local/bin/ ~/.config/ -type d -not -path '*/\.git*' -print | fzf)"
|
||||
selected_path="$(find ~/Code/ ~/.local/bin/ ~/.config/ -maxdepth 2 -type d -not -path '*/\.git*' -print | fzf)"
|
||||
|
||||
if [ ! -z "${selected_path}" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue