From cd1e6e8cbdf12310aa589491eed29c9ce5578c7d Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 18 Apr 2025 15:39:25 -0500 Subject: [PATCH] /+ misc tp commands --- dots/bash/.bashrc | 3 +++ dots/bin/tp-list.sh | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100755 dots/bin/tp-list.sh diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index b1fe3ff..16c63e8 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -39,6 +39,9 @@ alias nr="nitrogen --restore" alias myip="echo $(wget http://ipinfo.io/ip -qO -)" alias sb="source ~/.bashrc" alias tp="tp.sh" +alias tp-empty="trash-empty" +alias tp-list="tree ~/.local/share/Trash/" +alias tp-restore="trash-restore" #alias cp="cp -i" # confirm before overwriting something #alias df='df -h' # human-readable sizes #alias dpi="xrandr --dpi" diff --git a/dots/bin/tp-list.sh b/dots/bin/tp-list.sh deleted file mode 100755 index 3b3fd43..0000000 --- a/dots/bin/tp-list.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -# frode klevstul @ 2504 - -tree ~/.local/share/Trash/ -