Created
March 26, 2014 06:25
-
-
Save enab-dev/9777760 to your computer and use it in GitHub Desktop.
.bash_profile file for OSX. Assumes Sublime Text is installed and usable via command line using 'subl" command.
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
alias c='clear' | |
alias 1='clear; CLICOLOR_FORCE=1; ls -1FG | more -R; CLICOLOR_FORCE=0' | |
alias 2='clear; CLICOLOR_FORCE=1; ls -lFG | more -R; CLICOLOR_FORCE=0' | |
alias 3='clear; CLICOLOR_FORCE=1; ls -laFG | more -R; CLICOLOR_FORCE=0' | |
alias hosts='subl /private/etc/hosts' | |
PS1='\[\e[31m\][\[\e[34m\]$PWD\[\e[31m\]]\[\e[0m\]# ' | |
export PATH=/usr/local/bin:$PATH:: | |
shopt -s extglob | |
umask 022 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment