You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
197 B

  1. #
  2. # Using Oh My ZSH
  3. # https://github.com/robbyrussell/oh-my-zsh
  4. #
  5. export ZSH=$HOME/.oh-my-zsh
  6. ZSH_THEME="ys"
  7. plugins=(git)
  8. source $ZSH/oh-my-zsh.sh
  9. export LANG=en_US.UTF-8
  10. export EDITOR='vim'