mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
added git-fast to oh-my-zsh startup config
This commit is contained in:
parent
c31f9e6f09
commit
cde788ed19
2 changed files with 5 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ DISABLE_VENV_CD="1"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git tmux debian python virtualenvwrapper)
|
||||
plugins=(git gitfast tmux debian python virtualenvwrapper)
|
||||
|
||||
# Customize to your needs...
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ DISABLE_VENV_CD="1"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git postgres tmux python vim-override virtualenvwrapper)
|
||||
plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
|
||||
|
||||
# User configuration
|
||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
|
|
@ -47,5 +47,8 @@ if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
|||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# MacOSX specific aliases
|
||||
alias bu='brew update && brew upgrade'
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
unsetopt correctall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue