Fix init shell after installed

This commit is contained in:
Toan Nguyen
2017-11-08 15:37:34 +11:00
parent b85f75f798
commit f2f98d7535
+5
View File
@@ -49,6 +49,11 @@ OSH_THEME="font"
# Add wisely, as too many plugins slow down shell startup.
plugins=(core git bashmarks progress)
# Preload everything for OMB
if [ -f "$HOME/.profile" ]; then
source $HOME/.profile
fi
source $OSH/oh-my-bash.sh
# User configuration