You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
394 B

#!/bin/bash
# :) :) :)
#/opt/local/bin/cmatrix -u 1 -ans
# lol, haha
# :( too much cpu drain
echo "HeckBashSetup init..."
echo -ne '\033[1;32m'
echo "Greetings $LOGNAME"
echo -ne "\033[0;34m"
for f in ~/HeckBashSetup/bash_profile.d/*; do
echo sourcing $f
source $f
done
VERBOSE=false
if [[ $VERBOSE == true ]]; then {
echo "Aliases:"
alias
echo "Functions:"
declare -F
} fi