-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.alias
More file actions
14 lines (14 loc) · 832 Bytes
/
.alias
File metadata and controls
14 lines (14 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Local
alias firefox_opt='find ~/Library/Application\ Support/Firefox/Profiles -name "*.sqlite" -exec sqlite3 {} VACUUM \;'
alias cleandns='sudo killall -HUP mDNSResponder'
alias xemacs='open /Applications/Emacs.app --args'
alias estart='/Applications/Emacs.app/Contents/MacOS/Emacs --daemon'
alias estop='emacsclient -e "(kill-emacs)"'
alias e='emacsclient -nw'
alias ex='emacsclient'
alias catp='pygmentize'
alias ipnb='ipython notebook --profile=customcss'
alias pip_install_pypi='pip install --index-url=https://pypi.python.org/pypi/'
alias git_config_infi='git config --local user.name "Alexander Goldberg"; git config --local user.email "[email protected]"'
alias git_config_personal='git config --local user.name "Alexander Goldberg"; git config --local user.email "[email protected]"'
alias fuck='$(thefuck $(fc -ln -1))'