Created
March 8, 2009 12:32
-
-
Save mbadran/75769 to your computer and use it in GitHub Desktop.
my .bashrc
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
# 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