This commit is contained in:
committer@tuxwarrior
2026-02-27 05:24:28 -05:00
parent 6c936898e7
commit 0b6216216a
5 changed files with 48 additions and 6 deletions

View File

@@ -55,7 +55,8 @@ alias sizeInBytes="stat -c %s"
alias ssh_weba_r="ssh -v -t root@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
alias ssh_weba_u="ssh -v -t usr@weba -p 1808 'export TERM=xterm; cd /tmp; bash -l'"
alias ssh="ssh -v"
alias tp-empty="trash-empty"
alias trash-empty="trash-empty && gio trash --empty"
alias tp-empty="trash-empty && gio trash --empty"
alias tp-list="tree ~/.local/share/Trash/"
alias tp-restore="trash-restore"
alias tp="tp.sh"