Skip to content

Instantly share code, notes, and snippets.

@alvinl
Last active December 18, 2015 13:18
Show Gist options
  • Select an option

  • Save alvinl/5788654 to your computer and use it in GitHub Desktop.

Select an option

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

ruunex commented Aug 31, 2013

Copy link
Copy Markdown

go be useful

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