In the spirit of the holidays, I want to make sure that every drives safely :)
andre@core[~]cat <<EOF >> ~/.zshrc
echo "are you drunk? y/n"
read drunk
if [ $drunk = "y" ]
then
alias rm="echo 'you drunk bastard, you should not delete'"
alias mv="echo 'you drunk bastard, you should not move'"
fi
EOF
2 Responses to Holiday spirit