12 lines
399 B
Fish
12 lines
399 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/desktop
|
|
set -a fish_function_path $__fish_sysconf_dir/functions/work
|
|
|
|
# Additional completion paths
|
|
set -a fish_complete_path $__fish_sysconf_dir/completions/desktop
|
|
set -a fish_complete_path $__fish_sysconf_dir/completions/work |