Changeset c407a61


Ignore:
Timestamp:
06/02/2023 04:22:55 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
012fe49
Parents:
7623a70
Message:

rust: Symlink the Zsh completion file so Zsh can find it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r7623a70 rc407a61  
    415415<screen role='root'><userinput>python3 ./x.py install</userinput></screen>
    416416
     417    <para>
     418      Still as the &root; user, symlink a <application>Zsh</application>
     419      completion file into the correct location:
     420    </para>
     421
     422<screen role='root'><userinput>install -vdm755 /usr/share/zsh/site-functions      &amp;&amp;
     423ln -sfv /opt/rustc/share/zsh/site-functions/_cargo \
     424        /usr/share/zsh/site-functions</userinput></screen>
     425
    417426  </sect2>
    418427
Note: See TracChangeset for help on using the changeset viewer.