Created
March 18, 2016 17:02
-
-
Save deiga/b6f397e89ed2a7939a3e to your computer and use it in GitHub Desktop.
alias output
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 -' | |
...=../.. | |
....=../../.. | |
.....=../../../.. | |
......=../../../../.. | |
1='cd -' | |
2='cd -2' | |
3='cd -3' | |
4='cd -4' | |
5='cd -5' | |
6='cd -6' | |
7='cd -7' | |
8='cd -8' | |
9='cd -9' | |
DELETE='lwp-request -m '\''DELETE'\' | |
GET='lwp-request -m '\''GET'\' | |
HEAD='lwp-request -m '\''HEAD'\' | |
OPTIONS='lwp-request -m '\''OPTIONS'\' | |
POST='lwp-request -m '\''POST'\' | |
PUT='lwp-request -m '\''PUT'\' | |
TRACE='lwp-request -m '\''TRACE'\' | |
_=sudo | |
_elinks='nocorrect _elinks' | |
_lynx='nocorrect _lynx' | |
afind='ack -il' | |
bower='noglob bower' | |
cfp='cf "$(clippaste)"' | |
cfpc='cfp | clipcopy' | |
cp='cp -v' | |
d='dirs -v | head -10' | |
emptytrash='sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl' | |
epoch='date +%s' | |
flush='dscacheutil -flushcache && killall -HUP mDNSResponder' | |
fuck='PYTHONIOENCODING=utf-8 eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' | |
g=git | |
git=hub | |
globurl='noglob urlglobber ' | |
grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn}' | |
hax='growlnotify -a '\''Activity Monitor'\'' '\''System error'\'' -m '\''WTF R U DOIN'\' | |
heroku='nocorrect heroku' | |
history='fc -l 1' | |
l='ls -lah' | |
la='ls --color -hF -lA' | |
ll='ls --color -hF -l' | |
ls='ls --color -hF' | |
lsa='ls -lah' | |
lscleanup='/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder' | |
manpdf='man -t /Users/timosand/.zsh/system.zsh | ps2pdf - - | open -f -a Preview' | |
md='mkdir -p' | |
mkdir='mkdir -p' | |
mv='mv -iv' | |
node='nocorrect node' | |
please=sudo | |
po=popd | |
pu=pushd | |
pumpitup='osascript -e '\''set volume 7'\' | |
rd=rmdir | |
reload='source ~/.zshrc' | |
rm='rm -vi' | |
stfu='osascript -e '\''set volume output muted true'\' | |
sudo='sudo ' | |
ta='tmux attach -t' | |
tkss='tmux kill-session -t' | |
tksv='tmux kill-server' | |
tl='tmux list-sessions' | |
tmux=_zsh_tmux_plugin_run | |
ts='tmux new-session -s' | |
updatedb=/usr/libexec/locate.updatedb | |
which-command=whence | |
x=extract |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment