Last active
November 12, 2018 09:43
-
-
Save smotesko/11182124 to your computer and use it in GitHub Desktop.
My .bash_profile
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
# if .bash_profile on OS X is not sourced, do `ln -s .bash_profile .profile` | |
alias wow='git status' | |
export GIT_EDITOR=vim | |
export VISUAL=vim | |
export EDITOR=vim | |
export LC_ALL=C | |
# brew install bash-completion | |
if [ -f `brew --prefix`/etc/bash_completion ]; then | |
. `brew --prefix`/etc/bash_completion | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very nice gist!
I propose improvements: