diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-17 16:17:14 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-17 16:17:14 -0300 |
| commit | b9afb5179fd0d55f9a4f90e1d3077a7fbc44898a (patch) | |
| tree | 13cb6c5827c12029c9b34cc82312052ee88894b5 | |
| parent | Use stock build-aux/assert-shellcheck.sh (diff) | |
| download | dotfiles-b9afb5179fd0d55f9a4f90e1d3077a7fbc44898a.tar.gz dotfiles-b9afb5179fd0d55f9a4f90e1d3077a7fbc44898a.tar.xz | |
bashrc.sh: Stop generating ~/.spacemacs.env file
| -rw-r--r-- | bash/bashrc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 7da22ddf..a3bef199 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -17,5 +17,4 @@ export DOTFILES=~/dev/libre/dotfiles . "$HOME/annex/bin/misc/env.sh" . "$HOME/.nurc" -env > ~/.spacemacs.env export -p > ~/.bash.env |
