diff options
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ set -o noclobber # aliases alias c='printf "\e[H\e[2J"' alias xterm-blue='xterm -bg Dark\ Slate\ Blue -fg white -fa -*-fixed-*-*-*-*-20-*-*-*-*-*-iso8859-*' +alias notetasks='find $HOME/Documents/Notes -type f -iname 'tasks.md' -print0 | xargs -0 batcat' alias xterm-lastmiles='xterm -bg black -fg white -fa terminus' alias bglist='borg list ssh://u423613@u423613.your-storagebox.de:23/./backups/matt_desktop' alias temp='cd $(mktemp -d)' |