Skip to content

Commit

Permalink
clean up printf arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnailed committed May 24, 2024
1 parent e9697a2 commit a2331b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .local/bin/shortcuts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ write_dirs() {
"$shortcut" "$path" \
>>"$fish_shortcuts"
printf "map g%s :cd %s<CR>\nmap t%s <tab>:cd %s<CR><tab>\nmap M%s <tab>:cd %s<CR><tab>:mo<CR>\nmap Y%s <tab>:cd %s<CR><tab>:co<CR> \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" \
Expand Down

0 comments on commit a2331b1

Please sign in to comment.