Wednesday 16 February 2011

Gygwin setup for Debianistas

An on-going log of the tweeks needed to make Cygwin more intuitive to those of use who use Debian based systems when given a choice.

cygwin is not Ubuntu, you may have noticed :)

Allow customisation

To end of /etc/profile add

. $HOME/.bashrc


A little welcome

Add to your .bashrc

if [[ $(uname -o) == Cygwin ]]
then
echo "Usable Windows"
echo `uname -a`
fi


Simplicity rules

To the Cygwin specific block created above add

alias more=less

No comments:

Post a Comment