Skip to content

Instantly share code, notes, and snippets.

@ladyrick
Last active August 4, 2018 16:37
Show Gist options
  • Save ladyrick/660b3afcb6df486cd16e1156a96344fc to your computer and use it in GitHub Desktop.
Save ladyrick/660b3afcb6df486cd16e1156a96344fc to your computer and use it in GitHub Desktop.
my .bashrc
export PS1='\[\033[35;1m\]\w\[\033[36;1m\] > \[\033[00m\]'
alias ls="ls --color=auto"
alias ll="ls -alhF"
alias la="ls -a"
alias l="ll"
alias ..="cd .."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment