yet another fix
This commit is contained in:
parent
9e4c0f0278
commit
bc0ff8a24c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# if running bash
|
||||
if [ -n "$BASH_VERSION" ] && [ -f "$HOME/.bashrc" ]; then
|
||||
."$HOME/.bashrc"
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
|
|
Loading…
Add table
Reference in a new issue