diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-09-01 23:49:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 23:49:25 -0400 |
commit | 29cf5cfaf391d879c723080af9ea1aef46ea3698 (patch) | |
tree | ce0a8aa325bf5635b044170a75aa91aac7f8c37d | |
parent | a20b405c66c7d7b02c6515fc715a492ac9a2f0eb (diff) | |
download | multihome-29cf5cfaf391d879c723080af9ea1aef46ea3698.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ if [ -f "$HOME/.multihome/init" ]; then [ -f "/etc/profile" ] && . /etc/profile # Initialize managed home directory's shell profile - [ -f "$HOME/.bash_profile ] && . $HOME/.bash_profile + [ -f "$HOME/.bash_profile" ] && . $HOME/.bash_profile fi ``` |