diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts index 826e2169d2..dafb3f535a 100755 --- a/.local/bin/shortcuts +++ b/.local/bin/shortcuts @@ -29,10 +29,7 @@ write_dirs() { "$shortcut" "$path" \ >>"$fish_shortcuts" printf "map g%s :cd %s\nmap t%s :cd %s\nmap M%s :cd %s:mo\nmap Y%s :cd %s:co \n" \ - "$shortcut" "$path" \ - "$shortcut" "$path" \ - "$shortcut" "$path" \ - "$shortcut" "$path" \ + "$shortcut" "$path" "$shortcut" "$path" "$shortcut" "$path" "$shortcut" "$path" \ >>"$vifm_shortcuts" printf "config.bind(';%s', \"set downloads.location.directory %s ;; hint links download\") \n" \ "$shortcut" "$path" \