diff options
| -rw-r--r-- | dotfiles/.config/ranger/rc.conf | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index cfecef0..5a56a0e 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -443,7 +443,7 @@ map opw cd ~/Pictures/wallpapers  map ops cd ~/Pictures/screenshots  map ovv cd ~/Video  map or cd ~/Repositories -map os cd ~/.scripts +map os cd ~/.local/bin  map ocf cd ~/.config  map omd cd /run/media @@ -458,7 +458,7 @@ map Opw tab_new ~/Pictures/wallpapers  map Ops tab_new ~/Pictures/screenshots  map Ovv tab_new ~/Video  map Or tab_new ~/Repositories -map Os tab_new ~/.scripts +map Os tab_new ~/.local/bin  map Ocf tab_new ~/.config  map Omd tab_new /run/media | 
