Created
October 6, 2012 13:53
-
-
Save FrancisVarga/3844986 to your computer and use it in GitHub Desktop.
tiny profile backup
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
# ---- crwd-tools ---- | |
LANG="en_US.UTF-8" | |
export LANG | |
LC_ALL="en_US.UTF-8" | |
export LC_ALL | |
LC_CTYPE="UTF-8" | |
export LC_CTYPE | |
PATH=$HOME/bin:/usr/local/bin:/usr/local/sbin:$PATH | |
export PATH | |
# ---- | |
CURL_CA_BUNDLE=/Users/hippsterkiller/.ssl_shizzle/cacert.pem | |
export CURL_CA_BUNDLE | |
alias ls='ls -la' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment