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.

86 lines
2.7 KiB

7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
  1. #ZSH_THEME="robbyrussell"
  2. # Uncomment the following line to use case-sensitive completion.
  3. # CASE_SENSITIVE="true"
  4. # Uncomment the following line to use hyphen-insensitive completion. Case
  5. # sensitive completion must be off. _ and - will be interchangeable.
  6. # HYPHEN_INSENSITIVE="true"
  7. # Uncomment the following line to disable bi-weekly auto-update checks.
  8. # DISABLE_AUTO_UPDATE="true"
  9. # Uncomment the following line to change how often to auto-update (in days).
  10. # export UPDATE_ZSH_DAYS=13
  11. # Uncomment the following line to disable colors in ls.
  12. # DISABLE_LS_COLORS="true"
  13. # Uncomment the following line to disable auto-setting terminal title.
  14. # DISABLE_AUTO_TITLE="true"
  15. # Uncomment the following line to enable command auto-correction.
  16. # ENABLE_CORRECTION="true"
  17. # Uncomment the following line to display red dots whilst waiting for completion.
  18. # COMPLETION_WAITING_DOTS="true"
  19. # Uncomment the following line if you want to disable marking untracked files
  20. # under VCS as dirty. This makes repository status check for large repositories
  21. # much, much faster.
  22. # DISABLE_UNTRACKED_FILES_DIRTY="true"
  23. # Uncomment the following line if you want to change the command execution time
  24. # stamp shown in the history command output.
  25. # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
  26. # HIST_STAMPS="mm/dd/yyyy"
  27. # Would you like to use another custom folder than $ZSH/custom?
  28. # ZSH_CUSTOM=/path/to/new-custom-folder
  29. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
  30. # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
  31. # Example format: plugins=(rails git textmate ruby lighthouse)
  32. # Add wisely, as too many plugins slow down shell startup.
  33. #plugins=(git)
  34. source ~/.profile
  35. # User configuration
  36. # export MANPATH="/usr/local/man:$MANPATH"
  37. # You may need to manually set your language environment
  38. # export LANG=en_US.UTF-8
  39. # Preferred editor for local and remote sessions
  40. # if [[ -n $SSH_CONNECTION ]]; then
  41. # export EDITOR='vim'
  42. # else
  43. # export EDITOR='mvim'
  44. # fi
  45. # Compilation flags
  46. # export ARCHFLAGS="-arch x86_64"
  47. # ssh
  48. # export SSH_KEY_PATH="~/.ssh/rsa_id"
  49. # Set personal aliases, overriding those provided by oh-my-zsh libs,
  50. # plugins, and themes. Aliases can be placed here, though oh-my-zsh
  51. # users are encouraged to define aliases within the ZSH_CUSTOM folder.
  52. # For a full list of active aliases, run `alias`.
  53. #
  54. # Example aliases
  55. # alias zshconfig="mate ~/.zshrc"
  56. # alias ohmyzsh="mate ~/.oh-my-zsh"
  57. #
  58. export EDITOR=nvim
  59. export ANDROID_HOME=/usr/local/opt/android-sdk
  60. export PATH=$PATH:$ANDROID_HOME/tools
  61. export PATH=$PATH:$ANDROID_HOME/platform-tools
  62. export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
  63. export LC_ALL="en_US.UTF-8"
  64. export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"