Add bash configuration files
This commit is contained in:
4
aliases.d/fun
Normal file
4
aliases.d/fun
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Fun
|
||||
alias matrix='tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]"'
|
Reference in New Issue
Block a user