Add diffs

This commit is contained in:
Fabian Ising
2019-02-28 13:36:24 +01:00
parent a2e3d2c914
commit 5bfbfc1fc7
5 changed files with 28 additions and 4 deletions

View File

@@ -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"