Added bash dotfiles from kanaya

This commit is contained in:
Lexi / Zoe 2018-11-01 01:04:07 +01:00
parent acecc996e4
commit ed68edf732
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 154 additions and 1 deletions

10
.bash_profile Normal file
View file

@ -0,0 +1,10 @@
#
# ~/.bash_profile
#
# Run .profile
[[ -f ~/.profile ]] && . ~/.profile
# Run .bashrc
[[ -f ~/.bashrc ]] && . ~/.bashrc