Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Permission denied - putting an aliases.zsh file and it being called from .zshrc
- X-seq: zsh-users 22268
- From: shirish शिरीष <shirishag75@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: Re: Permission denied - putting an aliases.zsh file and it being called from .zshrc
- Date: Sat, 24 Dec 2016 03:17:18 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=NWg4FufO1W/0kdjTyVV2+15mGwxi1mJcGrm7yPzQMvI=; b=AJd5uMIm5ULr7YOwoK7EAhFyfllX1AO/qnfXo+aZBO6YCyoTjL2w9oSPamDfKMSqS4 mICHCnmO7G8a57MNQ2+g0fWz1g6XGKlevhu/9BNdOhRGIP4OiS12gCZcFmpQroT14/3A cJX+BkJ+A+490u3HMS3+StFtppgTL+DqBrNuBlVKVPaThVFdFe8Tr9s76AUoSYa1aDOG h9OZ3e1eiYBgqQANKD/vdxAV10dPFnwcCJFc/IY3qKZnOZs+/UsT8RXspytJbOOUW/IZ T7uNEDTVp+EstPR6YfP6JBS997AYQgpZKKmaZYRVAwOKcPkpeZyl894rSsMhELdie96a +c+w==
- In-reply-to: <CADdDZRnUUd=tAm5RHY3F58cubGZ0R4cXBd9CFD6hKgWt+-x4Tg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADdDZRnUUd=tAm5RHY3F58cubGZ0R4cXBd9CFD6hKgWt+-x4Tg@mail.gmail.com>
at bottom :-
On 24/12/2016, shirish शिरीष <shirishag75@xxxxxxxxx> wrote:
> Hi all,
>
> Please CC while answering, newbie here.
>
> IIUC, aliases are nothing but shortcuts.
>
> For e.g. cls=clear and so on and so forth.
>
> Now I have made a file called aliases.zsh and want those aliases to
> be used/called by .zshrc so I can use it within my zsh installation.
>
> Then I tried -
>
> $ head .zshrc
> ~/.zsh/aliases.zsh
>
> # Lines configured by zsh-newuser-install
>
> HISTFILE=~/.histfile
> HISTSIZE=10000
> SAVEHIST=10000
> setopt appendhistory autocd extendedglob nomatch notify
> bindkey -e
> # End of lines configured by zsh-newuser-install
>
> Trying to source it though get permission denied messages -
>
> /home/shirish/.zsh $ source .zshrc
> .zshrc:1: permission denied: /home/shirish/.zsh/aliases.zsh
>
> Why am I get permission denied messages ?
>
had forgotten to add executable right, now it all works, sorry folks... again.
--
Regards,
Shirish Agarwal शिरीष अग्रवाल
My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A 2C2F 9F3D C7A4 E1C4 D2D8
Messages sorted by:
Reverse Date,
Date,
Thread,
Author