diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:34:58 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:34:58 -0700 |
commit | 8b8e8bd46afa05b4dfef241e17fa5c3156d8a523 (patch) | |
tree | 847a5f1d7f97281b3c7c3e8dee054b862d774915 /bashrc | |
parent | [bash] function to preview markdown (diff) | |
download | emacs.d-8b8e8bd46afa05b4dfef241e17fa5c3156d8a523.tar.gz |
[bash] avoid using vi
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc index ab12158..0ec2672 100644 --- a/bashrc +++ b/bashrc @@ -36,6 +36,8 @@ alias gobknest="ssh -K bookkeeper@nest.smfc.twitter.com" alias goebnest="ssh -K eventbus@nest.smfc.twitter.com" alias gonest="ssh -K nest.smfc.twitter.com" +alias vi="echo nop" + # finally, build the path [ -d "${HOME}/bin" ] && PATH="${HOME}/bin:${PATH}" [ -d "${GOPATH}/bin" ] && PATH="${GOPATH}/bin:${PATH}" |