Last active
February 8, 2019 11:25
-
-
Save oboje/599ba62a3f8bf72815e6d0137a63dd11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export LANG=en_US.UTF-8 | |
| export LANGUAGE=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| ENVS=~/env | |
| PATH_SCRIPTS="/Users/igorpopov/Library/Mobile Documents/com~apple~CloudDocs/Scripts/" | |
| # path | |
| export PATH=~/scripts/:$PATH:~/work/scripts/:$ENVS:$PATH_SCRIPTS | |
| # parse envs | |
| for env in $ENVS/* | |
| do | |
| source $env | |
| done | |
| #aliases | |
| cd /tmp | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment