Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active February 8, 2019 11:25
Show Gist options
  • Save oboje/599ba62a3f8bf72815e6d0137a63dd11 to your computer and use it in GitHub Desktop.
Save oboje/599ba62a3f8bf72815e6d0137a63dd11 to your computer and use it in GitHub Desktop.
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