Created
April 17, 2016 04:12
-
-
Save mgttt/0236ff5da58d93785a041ac49b6b9694 to your computer and use it in GitHub Desktop.
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
export PS1='\u: \w\n$ ' | |
alias subl='~/bin/subl -w' | |
alias ll='ls -al' | |
alias dk='docker' | |
alias di='docker images' | |
alias dp='docker ps' | |
alias svn=/usr/local/bin/svn | |
#alias gvim='open ~/macvim/src/MacVim/build/Release/MacVim.app/' | |
alias mvim='~/macvim/src/MacVim/mvim' | |
alias gvim=mvim | |
alias php='/usr/local/opt/php70/bin/php' | |
#/usr/local/etc/php/7.0/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment