From e8d63cba72003d9e3fe640a2169aff0f5ec097c3 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sun, 19 Mar 2023 01:13:20 -0500 Subject: [PATCH] fixe --- .bash_aliases | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 9a623fb..19e71fe 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -88,7 +88,6 @@ alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl' alias hackingtool='docker run -it --net=host --security-opt seccomp=unconfined --privileged blackarchlinux/blackarch:latest' # Do you need to reboot? Find out here! alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"' -<<<<<<< Updated upstream # Countdown Timer countdown() { @@ -110,7 +109,6 @@ function rgcm() { git add . git commit -m "$message" echo "Git commit submitted with message: $message" -======= function cntdn() { local count=$1 while [ $count -gt 0 ]; do @@ -126,5 +124,4 @@ function cntdn() { ((count--)) done echo "Time's up!" ->>>>>>> Stashed changes }