Pieces of code and settings that make life more easier
PS1='\[\e[00;35m\]\T\[\e[0m\]-${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]⚔ '
results in
- CROND_PATH - path to file for cron demon. There would crongrep go
- MAIN_LOGIN - login that is used in ssh and in other services
for type in common git svn
do
if [ -f ~/.bashrc_${type} ]
then
. ~/.bashrc_${type}
fi
done
- .bashrc_common - aliases and functions for comfort work on mostly any Linux
- .bashrc_svn - all for SVN
- .bashrc_git - all for Git
- .vimrc - config for Vim