Added bash dotfiles from kanaya
This commit is contained in:
parent
acecc996e4
commit
ed68edf732
5 changed files with 154 additions and 1 deletions
10
.bash_profile
Normal file
10
.bash_profile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
# Run .profile
|
||||
[[ -f ~/.profile ]] && . ~/.profile
|
||||
|
||||
# Run .bashrc
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue