[bash] remove unused files

This commit is contained in:
Eric Teunis de Boone 2022-02-10 19:47:56 +01:00
parent 28be1944fd
commit f67517fdec
3 changed files with 4 additions and 13 deletions

View File

@ -46,3 +46,7 @@ alias ...='cd ../../'
# Computer control
alias blank='sleep 1s && xset dpms force off'
alias lock='blank; xscreensaver-command --lock'
# whatever
alias shrug="echo '¯\_(ツ)_/¯'"
alias pinguin="echo 🐧"

View File

@ -1,10 +0,0 @@
# Give a fortune cookie
if [[ $(command -v fortune) ]]
then
if [[ $(command -v cowsay) ]]
then
fortune -so | cowsay -n
else
fortune -so
fi
fi

View File

@ -1,3 +0,0 @@
#LOL
alias shrug="echo '¯\_(ツ)_/¯'"
alias pinguin="echo 🐧"