mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
add cargo bin and perl vendor
This commit is contained in:
parent
b52019f2e5
commit
0a3677eac8
@ -7,6 +7,10 @@
|
||||
|
||||
# Adds `~/.local/bin` to $PATH
|
||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||
# Adds `~/.local/share/cargo/bin/` to $PATH
|
||||
export PATH="$PATH:${$(find ~/.local/share/cargo/bin -type d -printf %p:)%%:}"
|
||||
# Adds `/usr/bin/vendor_perl` to $PATH
|
||||
export PATH="$PATH:${$(find /usr/bin/vendor_perl -type d -printf %p:)%%:}"
|
||||
|
||||
unsetopt PROMPT_SP
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user