This commit is contained in:
NaiJi ✨ 2024-04-23 13:46:16 +04:00
parent e12c18dae6
commit 6a0fe339dd
1 changed files with 1 additions and 1 deletions

View File

@ -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