autoenv enter/leave filenames

This commit is contained in:
ManjaroOne666 2019-02-23 13:34:34 +00:00
parent 98cbfc5ef7
commit d552ff38da
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ stty -ixon
(cat ~/.cache/wal/sequences &)
# autoenv activate
source ~/.local/bin/activate.sh
AUTOENV_ENV_FILENAME=.in
AUTOENV_ENV_LEAVE_FILENAME=.out
AUTOENV_ENABLE_LEAVE=1
source ~/.autoenv/activate.sh
# custom aliases
[[ -f ~/.config/profile//aliases.sh ]] && . ~/.config/profile/aliases.sh