diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +# Source dotfiles +source ~/.bashrc_ps1 +source ~/.bashrc_alias + +# colored GCC warnings and errors +export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' + +# PATH +export PATH=~/bin:$PATH + +# Title bar +#echo -ne "\033]0;$(lsb_release -ds) $(hostname) $(uname -r)\007" |