mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge branch 'master' of https://github.com/cadusk/oh-my-zsh
Conflicts: .gitignore templates/zshrc.zsh-template tools/install.sh
This commit is contained in:
commit
baa421cbae
10 changed files with 124 additions and 16 deletions
2
plugins/pythonbrew/pythonbrew.plugin.zsh
Normal file
2
plugins/pythonbrew/pythonbrew.plugin.zsh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Initialize pythonbrew if installed
|
||||
[[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc
|
||||
1
plugins/tmux/tmux.plugin.zsh
Normal file
1
plugins/tmux/tmux.plugin.zsh
Normal file
|
|
@ -0,0 +1 @@
|
|||
alias tmux="tmux -u2"
|
||||
7
plugins/vim-override/vim-override.plugin.zsh
Normal file
7
plugins/vim-override/vim-override.plugin.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# try to replace OSX's default vim by MacVim's version
|
||||
RECENTVIM=`test -e /usr/local/Cellar/macvim && find /usr/local/Cellar/macvim -name Vim`
|
||||
|
||||
# if mode indicator wasn't setup by theme, define default
|
||||
if [[ "$OSTYPE" == darwin* && -e $RECENTVIM ]]; then
|
||||
alias vim="$RECENTVIM"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue