From aff0d990c7531f337f64635a8cdca5eefea63017 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sat, 10 Apr 2021 14:01:40 -0400 Subject: [PATCH] Added alias for bpytop. --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index 29a27ec..2e027a8 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -4,6 +4,7 @@ alias git-auto-push-master="git add -A && git commit -m \"Automatic commit perfo alias git-add-commit="git add -A && git commit -m \"Automatic commit performed through alias...\"" alias airpods="bluetoothctl connect B8:B2:F8:29:11:CD" alias activate_venv="source venv/bin/activate" +alias htop="python3 /opt/bpytop" # Tpyical Stuff 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$//'\'')"'