This file contains 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
shopt -s extglob | |
alias ll='ls -la' | |
alias redis='cd ~; redis-server /usr/local/etc/redis.conf' | |
alias ll_bower='ls -la bower_components' | |
# gits! | |
alias gfa="git fetch --all; gs" | |
# alias grh='git reset --hard; gl 10; gs' |