Guest User

Untitled

a guest
Feb 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # Lines configured by zsh-newuser-install
  2. HISTFILE=~/.histfile
  3. HISTSIZE=1000
  4. SAVEHIST=1000
  5. bindkey -e
  6. # End of lines configured by zsh-newuser-install
  7. # The following lines were added by compinstall
  8. zstyle :compinstall filename '/Users/tim/.zshrc'
  9.  
  10. autoload -Uz compinit
  11. compinit
  12. # End of lines added by compinstall
  13.  
  14. export POWERLEVEL9K_MODE='nerdfont-complete'
  15. export POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
  16.  
  17. source ~/bin/antigen.zsh
  18.  
  19. # Load the oh-my-zsh's library.
  20. antigen use oh-my-zsh
  21.  
  22. # Bundles from the default repo (robbyrussell's oh-my-zsh).
  23. antigen bundle git
  24. antigen bundle heroku
  25. antigen bundle pip
  26. antigen bundle lein
  27. antigen bundle command-not-found
  28. antigen bundle zsh-users/zsh-syntax-highlighting
  29.  
  30. antigen theme bhilburn/powerlevel9k powerlevel9k
  31. antigen apply
Add Comment
Please, Sign In to add comment