.profile: Add blinkenlights
This commit is contained in:
parent
65edd80955
commit
41a96018fb
4
.profile
4
.profile
@ -207,6 +207,10 @@ if has git; then
|
||||
# Show untracked files
|
||||
alias gu='git ls-files . --exclude-standard --others'
|
||||
fi
|
||||
if has nc; then
|
||||
# I'm not sorry
|
||||
alias blinkenlights='nc -v towel.blinkenlights.nl 23'
|
||||
fi
|
||||
if has ptgdp; then
|
||||
song() {
|
||||
if [ -z "$*" ]; then
|
||||
|
Reference in New Issue
Block a user