Skip to content

Instantly share code, notes, and snippets.

@enab-dev
Created March 26, 2014 06:25
Show Gist options
  • Save enab-dev/9777760 to your computer and use it in GitHub Desktop.
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.
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