Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  2. # go binaries
  3. export PATH="$HOME/go/bin:$PATH"
  4.  
  5. export LANG=en_US.UTF-8
  6. export LC_ALL=en_US.UTF-8
  7.  
  8. export DOT=$HOME/.dot
  9. export DEV=$HOME/dev
  10.  
  11. export ZSH=$HOME/.oh-my-zsh
  12.  
  13. ZSH_THEME="spaceship"
  14.  
  15. plugins=(
  16. git
  17. )
  18.  
  19. source $ZSH/oh-my-zsh.sh
  20.  
  21. source $DOT/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
  22. source $DOT/zsh-autosuggestions/zsh-autosuggestions.zsh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement