Remove shared storage from fzy
This commit is contained in:
parent
2899c83c28
commit
367358c3f4
|
@ -115,7 +115,6 @@ function zvm_after_init() {
|
||||||
search_dirs=( \
|
search_dirs=( \
|
||||||
~/Workspace/ \
|
~/Workspace/ \
|
||||||
~/Containers/ \
|
~/Containers/ \
|
||||||
/home/server/Storage/Shared/ \
|
|
||||||
/home/server/Storage/Thomas/ \
|
/home/server/Storage/Thomas/ \
|
||||||
)
|
)
|
||||||
for i in $search_dirs ; do
|
for i in $search_dirs ; do
|
||||||
|
|
Loading…
Reference in New Issue