Committing the first of my dotfiles

This commit is contained in:
Ubuntu
2017-05-29 19:24:39 +00:00
commit 941a12e166
5 changed files with 354 additions and 0 deletions

13
bash_profile Normal file
View File

@@ -0,0 +1,13 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
export PS1="\e[0;37;42m\u@\h:\e[m\$PWD> "