rcfile=$HOME/$(ls ~/.*shrc | sed 's/.*\///g')
mkdir -p ~/.config
git clone [email protected]:LeonKuhne/scripts.git ~/.config/scripts
echo -e "\n# github.com:leonkuhne/scripts\nfor f in ~/.config/scripts/*.sh; do source \$f; done" >> $rcfile
source $rcfile
echo "alias cd=c" >> ~/$rcfile
source ~/$rcfile
Same as cd
, but also executes .cd
file in current directory if it exists.
A set of terminal colors prefixed with 'C_' eg '$C_INFO'
A set of terminal bullets prefixed with 'B_' eg '$B_ARROW'