diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
commit | 1f521967ffbb63e1a6b76dfbce5abb22f6cbfa82 (patch) | |
tree | aa35a0e6d885cbe770f6a2c98d183af1a697e09e /.config/shell/aliasrc | |
parent | 89af747de690ba4121f343fb01d3e6dab646181c (diff) |
config changes for alias+sxhkd+sxiv+dunst and addition of xdg
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index ac15b10..b97f35f 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -61,7 +61,7 @@ alias \ dwm="cd .local/src/dwm" \ dwmblocks="cd .local/src/dwmblocks" \ calc="quich" \ - rm="trash" \ + rm="trash -v" \ listdel="trash-list" \ restore="trash-restore" \ empty="trash-empty" \ |