autoenv enter/leave filenames
This commit is contained in:
parent
98cbfc5ef7
commit
d552ff38da
5
profile
5
profile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue