Skip to content

Instantly share code, notes, and snippets.

@coderaiser
Last active December 18, 2015 16:39
Show Gist options
  • Select an option

  • Save coderaiser/5812744 to your computer and use it in GitHub Desktop.

Select an option

Save coderaiser/5812744 to your computer and use it in GitHub Desktop.
PROMPT_COMMAND='echo -ne "\033]0;${C9_USER}@${C9_PROJECT}: ${PWD/#$HOME/~}\007"'
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]${PWD/#$HOME/~}\[\033[00m\]$(__git_ps1 " (%s)") $ '
alias ls='ls --color=auto -F'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment