Published in: Bash
Additions to Debian's default .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'
You need to login to post a comment.
