10 lines
271 B
Fish
10 lines
271 B
Fish
# Additional path entries
|
|
|
|
fish_add_path /opt/misc_scripts
|
|
fish_add_path ~/.cargo/bin
|
|
|
|
# Additional function paths
|
|
set -a fish_function_path $__fish_sysconf_dir/functions/local
|
|
|
|
# Additional completion paths
|
|
set -a fish_complete_path $__fish_sysconf_dir/completions/local |