Skip to content

Commit

Permalink
statement about conditional plugins loading
Browse files Browse the repository at this point in the history
- bashrc.osh-template has been updated to explain how to
  conditionally load plugins
  • Loading branch information
chopnico authored and akinomyoga committed Dec 24, 2021
1 parent fdc66cc commit cd6500d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/bashrc.osh-template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd6500d

Please sign in to comment.