mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Fix init shell after installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user