Add diffs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Set path to work with pycharm ...
|
||||
[[ "$PATH" =~ /usr/local/bin ]] || export PATH=$PATH:/usr/local/bin
|
||||
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||
|
||||
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
||||
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
|
||||
@@ -28,7 +29,7 @@ antigen theme bhilburn/powerlevel9k powerlevel9k
|
||||
|
||||
antigen bundle git
|
||||
antigen bundle heroku
|
||||
antigen bundle command-not-found
|
||||
#antigen bundle command-not-found
|
||||
antigen bundle go
|
||||
|
||||
# antigen bundle tmuxinator
|
||||
@@ -48,3 +49,7 @@ antigen bundle virtualenv
|
||||
antigen apply
|
||||
alias vim=nvim
|
||||
export EDITOR='nvim'
|
||||
export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
|
||||
|
||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||
|
||||
|
||||
Submodule zsh/antigen updated: 1359b99666...74aa897570
Reference in New Issue
Block a user