diff --git a/conf.d/05_paths.fish b/conf.d/05_paths.fish index 7877442..ffbad98 100644 --- a/conf.d/05_paths.fish +++ b/conf.d/05_paths.fish @@ -4,9 +4,7 @@ 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 +set -a fish_function_path $__fish_sysconf_dir/functions/local # Additional completion paths -set -a fish_complete_path $__fish_sysconf_dir/completions/desktop -set -a fish_complete_path $__fish_sysconf_dir/completions/work \ No newline at end of file +set -a fish_complete_path $__fish_sysconf_dir/completions/local \ No newline at end of file