0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Add lein fast trampoline env var to docker's bashrc file.

This commit is contained in:
Andrey Antukh 2017-02-22 20:47:07 +01:00
parent 6f4cc4f543
commit edb1a124d0
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -6,5 +6,7 @@ alias ls='ls --color -F'
alias lsd='ls -d *(/)'
alias lsf='ls -h *(.)'
export LEIN_FAST_TRAMPOLINE=y
export NVM_DIR="/home/uxbox/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm