diff --git a/snowblocks/bash/core/aliases b/snowblocks/bash/core/aliases index 3bf95bf..d0a3eec 100644 --- a/snowblocks/bash/core/aliases +++ b/snowblocks/bash/core/aliases @@ -80,3 +80,6 @@ alias lsm='stat -c "%A %a %N"' # +-------+ # Alert via notify for long running commands. alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' + +# Shortcut for "trash-cli" to move a file into the trash. +alias t='trash'