diff --git a/.bash_aliases b/.bash_aliases index 7f3a2a6..7492538 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -8,4 +8,9 @@ alias sort='sort -n' alias ssh='kitten ssh' alias sudo='sudo ' alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0' +alias trc='trash-empty' +alias trl='trash-list' +alias trm='trash-rm' +alias trp='trash-put' +alias trr='trash-restore' alias vi='vim'