[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposal for option for mixing non aliases with aliases
From: |
Greg Wooledge |
Subject: |
Re: proposal for option for mixing non aliases with aliases |
Date: |
Fri, 1 Mar 2024 08:01:57 -0500 |
On Fri, Mar 01, 2024 at 01:35:57PM +0100, alex xmb sw ratchev wrote:
> On Fri, Mar 1, 2024, 13:14 alex xmb sw ratchev <fxmbsw7@gmail.com> wrote:
>
> > when wanting to take advantage of aliases , say multi aliases , chaining ,
> > currently thers only use for aliases ( and chained alises ) is the aliases
> > as cmd ;
> > i ask , dunno how , ' somehow ' , for future integration , of
> > bring able to use alises on a non alias line
> >
> > thanks , good luck , ..
> >
>
> some cheap halfway thing like the all-export opt , ..
It would help greatly if you would show an example of what you're
trying to do.
Are you asking for something like this?
alias host=myhost.example.com
ssh host
Or something like this?
alias food=hamburger
groceries=(food milk)
Or something entirely different? I can't tell.