From f67517fdec83bd9f8a0f4d90dd63677073447db0 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Thu, 10 Feb 2022 19:47:56 +0100 Subject: [PATCH] [bash] remove unused files --- bash/bash.d/aliases | 4 ++++ bash/bash.d/fortune | 10 ---------- bash/bash.d/lol | 3 --- 3 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 bash/bash.d/fortune delete mode 100644 bash/bash.d/lol diff --git a/bash/bash.d/aliases b/bash/bash.d/aliases index b0cf7ca..62ba717 100644 --- a/bash/bash.d/aliases +++ b/bash/bash.d/aliases @@ -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 🐧" diff --git a/bash/bash.d/fortune b/bash/bash.d/fortune deleted file mode 100644 index 21b8679..0000000 --- a/bash/bash.d/fortune +++ /dev/null @@ -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 diff --git a/bash/bash.d/lol b/bash/bash.d/lol deleted file mode 100644 index 7b64c3e..0000000 --- a/bash/bash.d/lol +++ /dev/null @@ -1,3 +0,0 @@ -#LOL -alias shrug="echo '¯\_(ツ)_/¯'" -alias pinguin="echo 🐧"