diff --git a/bash/.bash_profile b/bash/.bash_profile index 617e23e..f17c971 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -15,3 +15,6 @@ fi export LEDGER_FILE="~/journal.ledger" PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.6.0/bin":"~/.gem/ruby/2.5.0/bin":"~/go/bin" + +EDITOR="$(which emacsclient)" +export EDITOR diff --git a/bash/.bashrc b/bash/.bashrc index 8e34dd0..e168d41 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -28,9 +28,6 @@ then fi alias edit="$(which emacsclient)" -EDITOR="$(which emacsclient)" -export EDITOR - if [ -d "$HOME/.nvm" ]; then