Skip to content

Commit 7ae5630

Browse files
committedSep 8, 2016
Added .bash_profile for loading .bashrc through ssh
1 parent 4f83141 commit 7ae5630

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.bash_profile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if [ -f ~/.bashrc ]; then
2+
. ~/.bashrc
3+
fi

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
!.vim/bundle/Vundle.vim/
1010
!.vimrc
1111
!.zshrc
12+
!.bash_profile

0 commit comments

Comments
 (0)
Please sign in to comment.