Created
February 15, 2013 03:32
-
-
Save zph/4958386 to your computer and use it in GitHub Desktop.
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
..='cd ..' | |
...='cd ../..' | |
....='cd ../../..' | |
.....='cd ../../../..' | |
......='cd ../../../../..' | |
a='fasd -a' | |
ack='noglob ack -i --nogroup' | |
ai='$(fasd -sia)' | |
autojump='nocorrect autojump' | |
b=bg | |
be='bundle exec' | |
bi='bundle install' | |
brew='HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew' | |
buu='brew update && brew upgrade' | |
c=clear | |
cb=cdb | |
ccurl='curl -H Pragma:' | |
cd-='cd - ' | |
cd..='cd ..' | |
cdd='cd - ' | |
convertpdf='convert -density 400' | |
cp='cp -iv' | |
cv=cdb | |
d='fasd -d' | |
df='df -kH' | |
diff='colordiff -Nuar' | |
dsstore_rm='sudo find / -name ".DS_Store" -depth -exec rm {} \;' | |
dstamp='date +%Y-%m-%d' | |
e='nocorrect e' | |
ebuild='nocorrect ebuild' | |
egrep='egrep --color=auto' | |
f=fg | |
g=git | |
ga='git add' | |
gaa='git add --all' | |
gb='git branch' | |
gba='git branch -a' | |
gc='git commit -v' | |
gca='git commit -v -a' | |
gcal='google calendar' | |
gcala='google calendar add' | |
gci='git commit' | |
gcim='git commit -m' | |
gcl='git clone' | |
gcm='git checkout master' | |
gco='git checkout' | |
gcomp='g++ -g -Wall -o' | |
gcop='git commit && git push' | |
gcount='git shortlog -sn' | |
gcp='git cherry-pick' | |
get='curl --continue-at - --location --progress-bar --remote-name --remote-time' | |
git='nocorrect git' | |
glg='git log --stat --max-count=5' | |
glgg='git log --graph --max-count=5' | |
gll='git log --pretty=format:'\''%h %ad | %s%d [%an]'\'' --graph --date=short' | |
gm='git merge' | |
gmv='git mv' | |
gp='git pull --ff-only' | |
gpr='git pull --rebase' | |
gpu='git push' | |
grc='git rebase --continue' | |
grep='grep -i --color=auto' | |
grm='git rm' | |
gss='git status -s' | |
gst='git status' | |
gup='git fetch && git rebase' | |
h=history | |
hdr='curl -I ' | |
heroku='nocorrect heroku' | |
homesick_refresh='homesick symlink ~/Dropbox/dotfiles' | |
hpodder='nocorrect hpodder' | |
j=jobs | |
l='less -30' | |
less='less -R' | |
ll='ls -lah' | |
m='fasd -e mplayerx' | |
man='nocorrect man' | |
mkdir='nocorrect mkdir' | |
mntcd='mount -t iso9660 -o loop' | |
mv='nocorrect mv' | |
mysql='nocorrect mysql' | |
nmap_osdetect='nmap -v -O --osscan-guess 192.168.1.0/24' | |
o=open | |
pbc=pbcopy | |
pbp=pbpaste | |
q=exit | |
qlf='qlmanage -p "$@" >& /dev/null' | |
r=rails | |
rcp='rsync -v --progress' | |
re=reload | |
ri='nocorrect ri' | |
rm='rm -iv' | |
rmv='rsync -v --progress --remove-source-files' | |
rsync='rsync -v --progress --partial' | |
run-help=man | |
rvm-restart='rvm_reload_flag=1 source '\''/Users/zander/.rvm/scripts/rvm'\' | |
s='fasd -si' | |
sd='fasd -sid' | |
set_time='dpkg-reconfigure tzdata' | |
sf='fasd -sif' | |
shuttle_start='sshuttle --dns -vvr zander@xen1 0/0' | |
t=task | |
ta='task add' | |
ti='task proj:INBOX' | |
trash_empty='rm -rf ~/.Trash/*' | |
v='fasd -e vim' | |
v-='view -' | |
wget='nocorrect wget' | |
which-command=whence | |
x=exit | |
xt=extract | |
youtube_dl_mp3='youtube-dl -t --extract-audio --audio-format mp3 --audio-quality 5' | |
z='fasd_cd -d' | |
zi='fasd_cd -d -i' | |
zz='fasd_cd -d -i' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment