summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-10 19:35:44 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-10 19:35:44 +0530
commitcf0dba4f990759eff1bffa7b93498045f214f643 (patch)
treeab2c295f157ad27fe4d4a293163c153062a29b87
parent2986fd613865b4f2ea7f43a9925afc6eb68d4607 (diff)
removing redundant config + improving alias
-rw-r--r--.bashrc2
-rw-r--r--.config/ranger/rc.conf4
2 files changed, 1 insertions, 5 deletions
diff --git a/.bashrc b/.bashrc
index 979702b..ea87a63 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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