summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/shortcuts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-03 13:34:49 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-03 13:34:49 -0500
commita37c8c9a9b17a618d23ad93f151a557deee93ebc (patch)
tree965e164db6fb76083289cd7e012166e584f6a25e /.scripts/tools/shortcuts
parent55833d61c3ebbd31e8d0e76743e4376288599bba (diff)
downloadeibhear-a37c8c9a9b17a618d23ad93f151a557deee93ebc.tar.gz
eibhear-a37c8c9a9b17a618d23ad93f151a557deee93ebc.tar.zst
eibhear-a37c8c9a9b17a618d23ad93f151a557deee93ebc.zip
fish fix
Diffstat (limited to '.scripts/tools/shortcuts')
-rwxr-xr-x.scripts/tools/shortcuts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/shortcuts b/.scripts/tools/shortcuts
index 93b1433..5ccb114 100755
--- a/.scripts/tools/shortcuts
+++ b/.scripts/tools/shortcuts
@@ -28,7 +28,7 @@ ensure "source $HOME/.config/ranger/shortcuts.conf" "$HOME/.config/ranger/rc.con
# Format the `bmdirs` file in the correct syntax and sent it to all three configs.
sed "s/#.*$//;/^$/d" "$bmdirs" | tee >(awk '{print $1"=\"cd "$2" && ls -a\" \\"}' >> "$shell_shortcuts") \
- >(awk '{print $1, "\"cd " $2 " ; ls -a\" \\"}' >> "$fish_shortcuts") \
+ >(awk '{print $1, "\"cd " $2 "; and ls -a\" \\"}' >> "$fish_shortcuts") \
>(awk '{print "config.bind(\";"$1"\", \"set downloads.location.directory "$2" ;; hint links download\")"}' >> "$qute_shortcuts") \
| awk '{print "map g"$1" cd "$2"\nmap t"$1" tab_new "$2"\nmap m"$1" shell mv -v %s "$2"\nmap Y"$1" shell cp -rv %s "$2}' >> "$ranger_shortcuts"