dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2a68b4585ebb357cf0166192268f2e89fef5091b
parent fa135327c51ef21385d6d4a4d969d4f572a23094
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Tue, 28 Aug 2012 09:14:38 +0200

Fixed typo in adc-stationary conditional branch

Diffstat:
M.bashrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -62,7 +62,7 @@ alias ls='ls $LS_OPTIONS -hF' alias c="clear" # Set bash title for certain terminals -echo -n -e "\033]0;`hostname`\007" +#echo -n -e "\033]0;`hostname`\007" # Dircolors export CLICOLOR=1 @@ -76,7 +76,7 @@ export HISTTIMEFORMAT='%F %T ' export EDITOR=vim -if [`hostname` == "adc-stationary"]; then +if [ `hostname` == "adc-stationary" ]; then # Sort out OS X top alias top="top -o cpu" # Use GNU time