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