diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-14 18:01:56 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-14 18:06:24 -0600 |
commit | a30961f31931005687646319e3d388ef690aa7a9 (patch) | |
tree | d20b336dde4f6386c8e936e3b16d7de133be8596 /zshrc | |
parent | e9b03a7d0bdcaaeb62bc800e265cd3cdb155ec8a (diff) | |
download | zsh-a30961f31931005687646319e3d388ef690aa7a9.tar.gz zsh-a30961f31931005687646319e3d388ef690aa7a9.tar.bz2 zsh-a30961f31931005687646319e3d388ef690aa7a9.zip |
Updated zshrc
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -66,26 +66,18 @@ export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl:$H # You may need to manually set your language environment # export LANG=en_US.UTF-8 -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi +export EDITOR='vim' # Compilation flags # export ARCHFLAGS="-arch x86_64" # ssh # export SSH_KEY_PATH="~/.ssh/dsa_id" -export PATH="/work/wiki/.cabal-sandbox/bin:$PATH" export PATH="$HOME/.cabal/bin:$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting if [[ -z "$SSH_CLIENT" ]]; then SSH_AUTH_SOCK=/run/user/$UID/gnupg/S.gpg-agent.ssh; export SSH_AUTH_SOCK; fi -export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting - # source ~/.rvm/scripts/rvm |