Fixing profile sourcing
This commit is contained in:
parent
6435c65bbb
commit
50bab5e721
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -1,4 +1,4 @@
|
|||
source .profile
|
||||
source $HOME/.profile
|
||||
if [[ $- != *i* ]] ; then
|
||||
# Shell is non-interactive. Be done now!
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue