mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-17 17:03:32 +01:00
[bash] remove unused files
This commit is contained in:
parent
28be1944fd
commit
f67517fdec
3 changed files with 4 additions and 13 deletions
|
@ -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 🐧"
|
||||
|
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
#LOL
|
||||
alias shrug="echo '¯\_(ツ)_/¯'"
|
||||
alias pinguin="echo 🐧"
|
Loading…
Reference in a new issue