diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-10 19:35:44 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-10 19:35:44 +0530 |
commit | cf0dba4f990759eff1bffa7b93498045f214f643 (patch) | |
tree | ab2c295f157ad27fe4d4a293163c153062a29b87 | |
parent | 2986fd613865b4f2ea7f43a9925afc6eb68d4607 (diff) |
removing redundant config + improving alias
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .config/ranger/rc.conf | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -61,7 +61,7 @@ alias \ listdel="trash-list" \ restore="trash-restore" \ empty="trash-empty" \ - sitedir="cd /var/www" \ + sitedir="cd /var/www" \ gitdir="cd /var/git" #git alias \ diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 7c038be..37b1ad3 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -1,10 +1,6 @@ -set preview_images true -set preview_images_method ueberzug set preview_script ~/.config/ranger/scope.sh set confirm_on_delete multiple - -map <C-d> shell dragon-drop -a -x %p --and-exit map <DELETE> shell -s trash-put %s map <F8> shell -s trash-put %s map dD shell -s trash-put %s |