This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1="\w \$ " | |
alias ls='ls -G -la' | |
# Git aliases | |
alias st='git status' | |
alias br='git branch' | |
alias co='git checkout' | |
alias lg='git log' | |
alias df='git diff' |