Why not create symlinks?

2014-11-01 8:40 GMT+01:00 Santhosh T <santhosh.tek...@gmail.com>:

> Hi Greg,
>
> the approach you suggested works, but not user friendly
> autocompleting variables appends SPACE rather than "/"
> i mean:
>
> cd $my_d<TAB>
>
> now it autocompletes as:
>
> cd $my_dir<SPACE>
>
> instead of
>
> cd $my_dir/
>
> thanks
> santhosh
>
>
>
> On Sat, Nov 1, 2014 at 6:35 AM, Greg Reagle <greg.rea...@umbc.edu> wrote:
>
>>
>> On Fri, Oct 31, 2014, at 07:25 PM, Santhosh T wrote:
>> > zsh supports named directories as explained in
>> >
>> > http://blog.bytetouch.com/tag/named-directories/
>> >
>> > does fishshell has something equivalent?
>>
>> I am just a fish novice, but here are my two cents.
>>
>> I don't know if fish has that feature, but it could be done with
>> variables:
>> .    set -U my_dir /usr/local/share
>>     cd $my_dir/man/
>>
>> --
>> http://www.fastmail.fm - Send your email first class
>>
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users
>
>


-- 
.../Sedrikov\...
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to