From 6ea63a14e5ee70886ae6bd836a251f98558355b2 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 18 Jun 2022 08:16:45 -0700 Subject: [PATCH] created tshift alias which chains timeshift commands with notify-send --- aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases b/aliases index c89e0498..eda871dc 100644 --- a/aliases +++ b/aliases @@ -62,6 +62,7 @@ alias rg="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue'" alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf" alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver" # alias btop="kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable" +alias tshift='doas timeshift --delete && notify-send "Previous Backup Deleted!" && doas timeshift --create && notify-send "New Backup Created!"' alias btop="bst -e btop" alias {librewolf,firefox}="librewolf" alias tor-browser="tor-browser &"