From 9d7b7abfc282ec56549faa3b3ca83f9b20b071d6 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 18 Jun 2022 08:17:58 -0700 Subject: [PATCH] appended timeshift --list to tshift alias --- aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases b/aliases index eda871dc..9c0ea759 100644 --- a/aliases +++ b/aliases @@ -62,7 +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 tshift='doas timeshift --delete && notify-send "Previous Backup Deleted!" && doas timeshift --create && notify-send "New Backup Created!" && doas timeshift --list' alias btop="bst -e btop" alias {librewolf,firefox}="librewolf" alias tor-browser="tor-browser &"