diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 19:04:55 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 19:04:55 +0300 |
commit | 4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da (patch) | |
tree | 83b7c21eebb5d38881e9f97930f05920beed04d8 /dotfiles/.config/ranger/rc.conf | |
parent | 4a8d06f7ae982fd8d694c34b2383e6ae0a54d3e4 (diff) | |
download | swayrice-4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da.tar.gz swayrice-4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da.zip |
fixed some oopsies
Diffstat (limited to 'dotfiles/.config/ranger/rc.conf')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index 2d88df8..525fd20 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -434,7 +434,7 @@ map oR cd / map o? cd /usr/share/doc/ranger map oh cd ~ -map od cd $XDG_DOCUMENTS_DIR +map od cd ~/docs map oD cd ~/dls map omm cd ~/music map opp cd ~/pics |