mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
803090c39c
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra
|
|||
command-not-found debian dircycle encode64 lol extract launch_trial \
|
||||
vim-scp ufw sublime pylint pep8 autopep8 \
|
||||
common-aliases buildbot_dev zsh-syntax-highlighting \
|
||||
txw jump grin pip colored-man)
|
||||
txw jump grin pip colored-man osx)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# User configuration
|
||||
|
|
@ -62,3 +62,6 @@ unsetopt correctall
|
|||
if [ -e ~/.profile ]; then source ~/.profile; fi
|
||||
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
|
||||
# added by travis gem
|
||||
[ -f /Users/gaetan/.travis/travis.sh ] && source /Users/gaetan/.travis/travis.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue