Skip to content

Instantly share code, notes, and snippets.

@mbadran
Created March 8, 2009 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbadran/75769 to your computer and use it in GitHub Desktop.
Save mbadran/75769 to your computer and use it in GitHub Desktop.
my .bashrc
# Comment in the above and uncomment this below for a color prompt
PS1='${debian_chroot:+($debian_chroot)}[$?/\t][\e[36m\w\e[m] '
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
eval `dircolors $HOME/.dir_colors`
alias ls='ls --color=auto'
fi
### more configs
# ITL prayer times
#export IPT_DATA='Melbourne -37.8167 144.9667 +10 5'
export IPT_DATA='Sydney -33.888241 151.204041 +10 5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment