Add system-wide Cargo binaries path
This commit is contained in:
parent
767dbc296e
commit
7fac8e67dd
@ -1,10 +1,11 @@
|
|||||||
# Additional path entries
|
# Additional path entries
|
||||||
|
|
||||||
fish_add_path /opt/misc_scripts
|
fish_add_path /opt/misc_scripts
|
||||||
|
fish_add_path /opt/cargo/bin
|
||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
|
|
||||||
# Additional function paths
|
# Additional function paths
|
||||||
set -a fish_function_path $__fish_sysconf_dir/functions/local
|
set -a fish_function_path $__fish_sysconf_dir/functions/local
|
||||||
|
|
||||||
# Additional completion paths
|
# Additional completion paths
|
||||||
set -a fish_complete_path $__fish_sysconf_dir/completions/local
|
set -a fish_complete_path $__fish_sysconf_dir/completions/local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user