Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: multiple OSes
- X-seq: zsh-users 12166
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: multiple OSes
- Date: Thu, 01 Nov 2007 07:51:02 -0700
- In-reply-to: <20071101093453.40647.qmail@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071101093453.40647.qmail@xxxxxxxxxxx>
On Nov 1, 10:34pm, Atom Smasher wrote:
}
} also, i've got this in my ~/.zshrc:
} alias rm="rm -i" # safety first!
} which causes a problem on solaris... instead of:
} rm -rf /junk
} i have to do this:
} command rm -rf /junk
}
} is there a better way to assign that alias to rm if i'm on solaris?
I have
alias RM="/bin/rm"
and then if "rm" starts prompting me when it shouldn't, ^C^P^A^[u
gets it cranking along properly. (Assuming you're a "bindkey -e".)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author