joshuto: Use correct directory for downloads

This commit is contained in:
Donovan Glover 2023-09-12 15:26:00 -04:00
parent b05b274d35
commit 1b5b8e827b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -316,7 +316,7 @@
{ keys = [ "g" "r" ]; command = "cd /"; }
{ keys = [ "g" "c" ]; command = "cd ~/.config"; }
{ keys = [ "g" "d" ]; command = "cd ~/Downloads"; }
{ keys = [ "g" "d" ]; command = "cd ~/"; }
{ keys = [ "g" "e" ]; command = "cd /etc"; }
{ keys = [ "g" "h" ]; command = "cd ~/"; }
{ keys = [ "?" ]; command = "help"; }