.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
|
# Show untracked files
|
||||||
alias gu='git ls-files . --exclude-standard --others'
|
alias gu='git ls-files . --exclude-standard --others'
|
||||||
fi
|
fi
|
||||||
|
if has nc; then
|
||||||
|
# I'm not sorry
|
||||||
|
alias blinkenlights='nc -v towel.blinkenlights.nl 23'
|
||||||
|
fi
|
||||||
if has ptgdp; then
|
if has ptgdp; then
|
||||||
song() {
|
song() {
|
||||||
if [ -z "$*" ]; then
|
if [ -z "$*" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user