From a2331b13d2c67707d450cdebb0355d00b1251a53 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 24 May 2024 20:01:07 +0200 Subject: [PATCH] clean up printf arguments --- .local/bin/shortcuts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" \