Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created July 15, 2015 16:36
Show Gist options
  • Select an option

  • Save guzmonne/307779e11fb9116af4a5 to your computer and use it in GitHub Desktop.

Select an option

Save guzmonne/307779e11fb9116af4a5 to your computer and use it in GitHub Desktop.
Gux's .bashrc
alias ls="ls -l --color=auto --block-size=M"
alias cls="clear"
alias home="cd ~"
alias cd...="cd ../.."
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\]-> \[\033[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment