Skip to content

Instantly share code, notes, and snippets.

View ccedacero's full-sized avatar
🎯
Focusing

ccedacero(Cristian Cedacero) ccedacero

🎯
Focusing
View GitHub Profile
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
up = pull
pr = pull --rebase
alias gf="ls |ggrep"
alias ip='dig +short myip.opendns.com @resolver1.opendns.com'
code ~/.zshrc | nano ~/.zshrc
alias chrome="/Applications/Google\\ \\Chrome.app/Contents/MacOS/Google\\ \\Chrome"
@ccedacero
ccedacero / Example1
Last active July 23, 2020 18:39
Aliases Examples
alias dwl='cd /Users/devtzi/Downloads'