statement about conditional plugins loading

- bashrc.osh-template has been updated to explain how to
  conditionally load plugins
This commit is contained in:
Wes Key
2021-12-24 07:26:16 -05:00
committed by Koichi Murase
parent fdc66ccc59
commit cd6500d280

View File

@ -70,6 +70,13 @@ plugins=(
bashmarks
)
# Which plugins would you like to conditionally load? (plugins can be found in ~/.oh-my-bash/plugins/*)
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format:
# if [ "$DISPLAY" ] || [ "$SSH" ]; then
# plugins+=(tmux-autoattach)
# fi
source $OSH/oh-my-bash.sh
# User configuration