Skip to content

Instantly share code, notes, and snippets.

@enab-dev
Created March 26, 2014 06:30
Show Gist options
  • Save enab-dev/9777798 to your computer and use it in GitHub Desktop.
Save enab-dev/9777798 to your computer and use it in GitHub Desktop.
.bashrc for Linux. Assumes Sublime Text is installed and accessible from the bash shell via the 'subl' command
alias c='clear'
alias 1='clear; ls -1F --color=always | more'
alias 2='clear; ls -lF --color=always | more'
alias 3='clear; ls -laF --color=always | more'
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