From 2d6965f85645ea489b0adf8ce6a79dd55036d883 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Tue, 26 May 2020 17:59:45 +0200 Subject: Fix load of various plugins: fastfile, keychain, sfffe, stack --- plugins/fastfile/fastfile.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/fastfile') diff --git a/plugins/fastfile/fastfile.plugin.zsh b/plugins/fastfile/fastfile.plugin.zsh index a4229e4c2..0d71246fc 100644 --- a/plugins/fastfile/fastfile.plugin.zsh +++ b/plugins/fastfile/fastfile.plugin.zsh @@ -5,7 +5,7 @@ # If they are not set yet, they will be # overwritten with their default values -default fastfile_dir "${HOME}/.fastfile/" +default fastfile_dir "${HOME}/.fastfile" default fastfile_var_prefix "§" ########################### @@ -104,7 +104,7 @@ function fastfile_rm() { # Generate the aliases for the shortcuts # function fastfile_sync() { - for f in "${fastfile_dir}"/*; do + for f in "${fastfile_dir}"/*(N); do file=`basename "$f"` # To enable simpler handeling of spaces in file names varkey=`echo "$file" | tr " " "_"` -- cgit v1.2.3-70-g09d2