diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-29 17:50:38 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-29 17:50:38 -0400 |
| commit | 05f46122b5496e43c3725558c606df83530a6daf (patch) | |
| tree | 97a94321d1a6b137f4f0abbba9f457e31affe8a7 /.scripts | |
| parent | 4d6173de466bcc466eb7acf8aeb091d5f88fe925 (diff) | |
| download | eibhear-05f46122b5496e43c3725558c606df83530a6daf.tar.gz eibhear-05f46122b5496e43c3725558c606df83530a6daf.tar.zst eibhear-05f46122b5496e43c3725558c606df83530a6daf.zip | |
🦀 ranger is gone! 🦀
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/i3cmds/tutorialvids | 1 | ||||
| -rwxr-xr-x | .scripts/tools/shortcuts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.scripts/i3cmds/tutorialvids b/.scripts/i3cmds/tutorialvids index 9ff6c21..f1357eb 100755 --- a/.scripts/i3cmds/tutorialvids +++ b/.scripts/i3cmds/tutorialvids @@ -8,7 +8,6 @@ pacman (installing/managing programs) https://www.youtube.com/watch?v=-dEuXTMzRK mutt (email) https://www.youtube.com/watch?v=2U3vRbF7v5A ncmpcpp (music player) https://www.youtube.com/watch?v=sZIEdI9TS2U newsboat (RSS reader) https://www.youtube.com/watch?v=dUFCRqs822w -ranger (file manager) https://www.youtube.com/watch?v=L6Vu7WPkoJo zathura (pdf viewer) https://www.youtube.com/watch?v=V_Iz4zdyRM4 gpg keys https://www.youtube.com/watch?v=DMGIlj7u7Eo calcurse (calendar) https://www.youtube.com/watch?v=hvc-pHjbhdE diff --git a/.scripts/tools/shortcuts b/.scripts/tools/shortcuts index 3ac0bbd..1c4f278 100755 --- a/.scripts/tools/shortcuts +++ b/.scripts/tools/shortcuts @@ -1,7 +1,7 @@ #!/bin/bash # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="$HOME/.config/shortcutrc" -ranger_shortcuts="$HOME/.config/ranger/shortcuts.conf" +ranger_shortcuts="/dev/null" qute_shortcuts="/dev/null" fish_shortcuts="/dev/null" vifm_shortcuts="$HOME/.config/vifm/vifmshortcuts" |
