Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
alias with a parameter
- X-seq: zsh-users 26624
- From: <dukeofpurl@xxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: alias with a parameter
- Date: Mon, 5 Apr 2021 22:55:57 +0000
- Archived-at: <https://zsh.org/users/26624>
- List-id: <zsh-users.zsh.org>
Hi! New user here AND old fart to boot! ;)
JUST chsh from bash to zsh! Love it so far.
I'm trying to set up the following alias (function actually):
em() {
emacs $1 -geometry "56x23"
}
such that I can pass a to `em' and bingo-bango I'm off programming some C code.
NO joy!
I'd be grateful for some guidance/tip! TIA
--
dukester
Messages sorted by:
Reverse Date,
Date,
Thread,
Author