1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[direnv] Remove useless var

This commit is contained in:
Hyacinthe Cartiaux 2020-05-13 18:48:33 +02:00
parent 65e36461fc
commit a3c773c95b

View file

@ -3,7 +3,6 @@
if [ -n "$(which direnv 2>/dev/null)" ]; then
eval "$(direnv hook $(basename $SHELL))"
# export DIRENV_WARN_TIMEOUT=100s
# See https://github.com/direnv/direnv/wiki/Python#restoring-the-ps
show_virtual_env() {