Advertisement
egilbert

Untitled

Feb 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. # If you come from bash you might have to change your $PATH.
  2. # export PATH=$HOME/bin:/usr/local/bin:$PATH
  3.  
  4. # Path to your oh-my-zsh installation.
  5. export ZSH=/Users/emilygilbert/.oh-my-zsh
  6.  
  7. # Set name of the theme to load. Optionally, if you set this to "random"
  8. # it'll load a random theme each time that oh-my-zsh is loaded.
  9. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
  10. #ZSH_THEME="robbyrussell"
  11.  
  12. ZSH_THEME="jtriley"
  13.  
  14. # Set list of themes to load
  15. # Setting this variable when ZSH_THEME=random
  16. # cause zsh load theme from this variable instead of
  17. # looking in ~/.oh-my-zsh/themes/
  18. # An empty array have no effect
  19. # ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
  20.  
  21. # Uncomment the following line to use case-sensitive completion.
  22. # CASE_SENSITIVE="true"
  23.  
  24. # Uncomment the following line to use hyphen-insensitive completion. Case
  25. # sensitive completion must be off. _ and - will be interchangeable.
  26. # HYPHEN_INSENSITIVE="true"
  27.  
  28. # Uncomment the following line to disable bi-weekly auto-update checks.
  29. # DISABLE_AUTO_UPDATE="true"
  30.  
  31. # Uncomment the following line to change how often to auto-update (in days).
  32. # export UPDATE_ZSH_DAYS=13
  33.  
  34. # Uncomment the following line to disable colors in ls.
  35. # DISABLE_LS_COLORS="true"
  36.  
  37. # Uncomment the following line to use case-sensitive completion.
  38. # CASE_SENSITIVE="true"
  39.  
  40. # Uncomment the following line to use hyphen-insensitive completion. Case
  41. # sensitive completion must be off. _ and - will be interchangeable.
  42. # HYPHEN_INSENSITIVE="true"
  43.  
  44. # Uncomment the following line to disable bi-weekly auto-update checks.
  45. # DISABLE_AUTO_UPDATE="true"
  46.  
  47. # Uncomment the following line to change how often to auto-update (in days).
  48. # export UPDATE_ZSH_DAYS=13
  49.  
  50. # Uncomment the following line to disable colors in ls.
  51. # DISABLE_LS_COLORS="true"
  52.  
  53. # Uncomment the following line to disable auto-setting terminal title.
  54. # DISABLE_AUTO_TITLE="true"
  55.  
  56. # Uncomment the following line to enable command auto-correction.
  57. # ENABLE_CORRECTION="true"
  58.  
  59. # Uncomment the following line to display red dots whilst waiting for completio\
  60. n.
  61. # COMPLETION_WAITING_DOTS="true"
  62.  
  63. # Uncomment the following line if you want to disable marking untracked files
  64. # under VCS as dirty. This makes repository status check for large repositories
  65. # much, much faster.
  66. # DISABLE_UNTRACKED_FILES_DIRTY="true"
  67.  
  68. # Uncomment the following line if you want to change the command execution time
  69. # stamp shown in the history command output.
  70. # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
  71. # HIST_STAMPS="mm/dd/yyyy"
  72.  
  73. # DISABLE_AUTO_TITLE="true"
  74.  
  75. # Uncomment the following line to enable command auto-correction.
  76. # ENABLE_CORRECTION="true"
  77.  
  78. # Uncomment the following line to display red dots whilst waiting for completio\
  79. n.
  80. # COMPLETION_WAITING_DOTS="true"
  81.  
  82. # Uncomment the following line if you want to disable marking untracked files
  83. # under VCS as dirty. This makes repository status check for large repositories
  84. # much, much faster.
  85. # DISABLE_UNTRACKED_FILES_DIRTY="true"
  86.  
  87. # Uncomment the following line if you want to change the command execution time
  88. # stamp shown in the history command output.
  89. # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
  90. # HIST_STAMPS="mm/dd/yyyy"
  91.  
  92. # Would you like to use another custom folder than $ZSH/custom?
  93. # ZSH_CUSTOM=/path/to/new-custom-folder
  94.  
  95. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/p\
  96. lugins/*)
  97. # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
  98. # Example format: plugins=(rails git textmate ruby lighthouse)
  99. # Add wisely, as too many plugins slow down shell startup.
  100. plugins=(
  101. git
  102. )
  103.  
  104. source $ZSH/oh-my-zsh.sh
  105.  
  106. # User configuration
  107.  
  108. # export MANPATH="/usr/local/man:$MANPATH"
  109. # Would you like to use another custom folder than $ZSH/custom?
  110. # ZSH_CUSTOM=/path/to/new-custom-folder
  111.  
  112. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/p\
  113. lugins/*)
  114. # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
  115. # Example format: plugins=(rails git textmate ruby lighthouse)
  116. # Add wisely, as too many plugins slow down shell startup.
  117. plugins=(
  118. git
  119. )
  120.  
  121. source $ZSH/oh-my-zsh.sh
  122.  
  123. # User configuration
  124.  
  125. # export MANPATH="/usr/local/man:$MANPATH"
  126.  
  127. # You may need to manually set your language environment
  128. # export LANG=en_US.UTF-8
  129.  
  130. # Preferred editor for local and remote sessions
  131. # if [[ -n $SSH_CONNECTION ]]; then
  132. # export EDITOR='vim'
  133. # else
  134. # export EDITOR='mvim'
  135. # fi
  136.  
  137. # Compilation flags
  138. # export ARCHFLAGS="-arch x86_64"
  139.  
  140. # ssh
  141. # export SSH_KEY_PATH="~/.ssh/rsa_id"
  142.  
  143. # Set personal aliases, overriding those provided by oh-my-zsh libs,
  144. # plugins, and themes. Aliases can be placed here, though oh-my-zsh
  145. # You may need to manually set your language environment
  146. # export LANG=en_US.UTF-8
  147.  
  148. # Preferred editor for local and remote sessions
  149. # if [[ -n $SSH_CONNECTION ]]; then
  150. # export EDITOR='vim'
  151. # else
  152. # export EDITOR='mvim'
  153. # fi
  154.  
  155. # Compilation flags
  156. # export ARCHFLAGS="-arch x86_64"
  157.  
  158. # ssh
  159. # export SSH_KEY_PATH="~/.ssh/rsa_id"
  160.  
  161. # Set personal aliases, overriding those provided by oh-my-zsh libs,
  162. # plugins, and themes. Aliases can be placed here, though oh-my-zsh
  163. # users are encouraged to define aliases within the ZSH_CUSTOM folder.
  164. # For a full list of active aliases, run `alias`.
  165. #
  166. # Example aliases
  167. # alias zshconfig="mate ~/.zshrc"
  168. # alias ohmyzsh="mate ~/.oh-my-zsh"
  169.  
  170. alias solarpi "ssh -X pi@128.135.4.205"
  171. export DISPLAY=localhost:0
  172.  
  173.  
  174. #export PATH="/anaconda3/bin:$PATH"
  175.  
  176. #export PATH=$HOME/anaconda/bin:$PATH
  177.  
  178. #export PATH=/usr/local/anaconda3/bin:$PATH
  179.  
  180. export PATH='/Users/emilygilbert/anaconda3/bin:$PATH'
  181.  
  182. #set ZSH as primary
  183. alias rvm-prompt=$HOME/.rvm/bin/rvm-prompt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement