diff options
author | EuAndreh <eu@euandre.org> | 2018-07-03 12:14:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-03 12:14:15 -0300 |
commit | 96b2e9bc6ee62016bd886bd2616cf525f2ad9503 (patch) | |
tree | 6ad83c0fda650dcc1b5b084e83a99ef1984026c4 | |
parent | Remove autojump completion hack (diff) | |
download | dotfiles-96b2e9bc6ee62016bd886bd2616cf525f2ad9503.tar.gz dotfiles-96b2e9bc6ee62016bd886bd2616cf525f2ad9503.tar.xz |
Always dump env for Spacemacs
-rw-r--r-- | bash/bashrc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 5c351fd..0e2f264 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -20,3 +20,4 @@ source $DOTFILES/encrypted/env.sh set -h source ~/dev/nu/nucli/nu.bashcompletion +env > ~/.emacs.d/private/spacemacs.env |