|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
# Path to your oh-my-zsh installation. |
|
|
|
|
#Portable across both mac and linux now |
|
|
|
|
export ZSH=~/.oh-my-zsh |
|
|
|
|
export LC_ALL=en_US.UTF-8 |
|
|
|
@ -17,14 +16,11 @@ HISTFILE=~/.histfile
|
|
|
|
|
HISTSIZE=10000 |
|
|
|
|
SAVEHIST=10000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set name of the theme to load. |
|
|
|
|
# Look in ~/.oh-my-zsh/themes/ |
|
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each |
|
|
|
|
# time that oh-my-zsh is loaded. |
|
|
|
|
ZSH_THEME="juanghurtado" |
|
|
|
|
|
|
|
|
|
autoload -U promptinit |
|
|
|
|
autoload -U compinit && compinit |
|
|
|
|
zstyle ':completion:*' menu select |
|
|
|
|
promptinit |
|
|
|
|
plugins=(git brew npm coffee) |
|
|
|
|
|
|
|
|
@ -34,27 +30,6 @@ export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
|
|
|
|
# export MANPATH="/usr/local/man:$MANPATH" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Preferred editor for local and remote sessions |
|
|
|
|
# if [[ -n $SSH_CONNECTION ]]; then |
|
|
|
|
# export EDITOR='vim' |
|
|
|
|
# else |
|
|
|
|
# export EDITOR='mvim' |
|
|
|
|
# fi |
|
|
|
|
|
|
|
|
|
# Compilation flags |
|
|
|
|
# export ARCHFLAGS="-arch x86_64" |
|
|
|
|
|
|
|
|
|
# ssh |
|
|
|
|
# export SSH_KEY_PATH="~/.ssh/dsa_id" |
|
|
|
|
|
|
|
|
|
# Set personal aliases, overriding those provided by oh-my-zsh libs, |
|
|
|
|
# plugins, and themes. Aliases can be placed here, though oh-my-zsh |
|
|
|
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder. |
|
|
|
|
# For a full list of active aliases, run `alias`. |
|
|
|
|
# |
|
|
|
|
# Example aliases |
|
|
|
|
# alias zshconfig="mate ~/.zshrc" |
|
|
|
|
|
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting |
|
|
|
|
. ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true |
|
|
|
|
|
|
|
|
|