Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hikiko4ern on github.
  • I am hikiko (https://keybase.io/hikiko) on keybase.
  • I have a public key ASAHZDHRqLxDIYkIM6vAv0hUIMdZWGF6dnSiXGNZDvONQAo

To claim this, I am signing this object:

@hikiko4ern
hikiko4ern / .bash_aliases
Last active October 29, 2023 20:24
Pikachu test passed (demo: https://asciinema.org/a/236096)
# /------------------------------------------\
# | don't forget to download the .tp file |
# | and place it in the user's directory :› |
# | |
# | also install lolcat: |
# | https://github.com/busyloop/lolcat |
# \------------------------------------------/
alias test-passed='if [ "$?" -eq "0" ]; then lolcat ~/.tp -a -s 40 -d 2; fi;'