Skip to content

Instantly share code, notes, and snippets.

@junior-ales
Created July 24, 2013 18:50
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 junior-ales/6073363 to your computer and use it in GitHub Desktop.
Save junior-ales/6073363 to your computer and use it in GitHub Desktop.
.bashrc for linux based systems
alias ls='ls -G'
alias lt='tree -C'
alias ll='ls -l'
alias la='ls -la'
export TERM=xterm-256color
export JAVA_HOME=/usr/lib/jvm/java-6-oracle
export PATH=$PATH:$JAVA_HOME/bin
@junior-ales
Copy link
Author

For Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment