Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Created October 6, 2012 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancisVarga/3844986 to your computer and use it in GitHub Desktop.
Save FrancisVarga/3844986 to your computer and use it in GitHub Desktop.
tiny profile backup
# ---- 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