Skip to content

Instantly share code, notes, and snippets.

@alvinl
Last active December 18, 2015 13:18
Show Gist options
  • Save alvinl/5788654 to your computer and use it in GitHub Desktop.
Save alvinl/5788654 to your computer and use it in GitHub Desktop.
#This will set the login shell
export PS1='\u@\h:\[\e[0;32m\]\w\[\e[0m\] $ '
### Aliases
alias ..="cd .."
alias la="ls -la"
alias c="clear"
alias ap="aptitude"
alias cl="curl -L"
alias fm="free -m"
### Disable bash history
export HISTFILE=
### Locales
export LC_ALL="en_US.UTF-8"
export LANG="en_US"
@ruunex
Copy link

ruunex commented Aug 31, 2013

go be useful

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