From 5ef6659279efa92cae8cd38db52a4df40422d57e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 26 Aug 2016 16:36:42 -0700 Subject: [PATCH] Add evm and _emacs_setup to shell path --- dotfiles/lib/shellpath.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index c8f1bf13..7cba5afe 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -7,6 +7,7 @@ function _setup_env { _ruby_setup _python_setup is_osx && _osx_path_setup + _emacs_setup _java_setup _go_setup _rust_setup @@ -88,6 +89,11 @@ function _tex_setup { is_osx && add_to_path "/Library/TeX/texbin/" } +function _emacs_setup { + add_to_path "$HOME/.evm/bin" --before + command_exists evm || curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash +} + function _path_helper { if [ -f /usr/libexec/path_helper ]; then