diff options
author | EuAndreh <eu@euandre.org> | 2018-07-05 23:23:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-05 23:23:44 -0300 |
commit | 827f9c87220cad65bc1dd35e24db18eb3bf642ed (patch) | |
tree | 253a9792ee07ecaa4d532e5b8f5a938f2ceb9e1b | |
parent | Update generate spacemacs config (diff) | |
download | dotfiles-827f9c87220cad65bc1dd35e24db18eb3bf642ed.tar.gz dotfiles-827f9c87220cad65bc1dd35e24db18eb3bf642ed.tar.xz |
Change spacemacs env file path
-rw-r--r-- | bash/bashrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 0e2f264..319220d 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -20,4 +20,4 @@ source $DOTFILES/encrypted/env.sh set -h source ~/dev/nu/nucli/nu.bashcompletion -env > ~/.emacs.d/private/spacemacs.env +env > ~/.spacemacs.env |