Additional paths
- Local functions - Local completions
This commit is contained in:
parent
4ef1672e51
commit
ac82f8a850
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,3 +6,7 @@ conf.d/49_aliases_mycompany.fish
|
|||||||
conf.d/48_aliases_desktop.fish
|
conf.d/48_aliases_desktop.fish
|
||||||
conf.d/90_local.fish
|
conf.d/90_local.fish
|
||||||
conf.d/90_desktop_startx.fish
|
conf.d/90_desktop_startx.fish
|
||||||
|
functions/desktop/
|
||||||
|
functions/work/
|
||||||
|
completions/desktop/
|
||||||
|
completions/work/
|
||||||
@ -1,4 +1,12 @@
|
|||||||
# Additional PATH entries
|
# Additional path entries
|
||||||
|
|
||||||
fish_add_path /opt/misc_scripts
|
fish_add_path /opt/misc_scripts
|
||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
|
|
||||||
|
# Additional function paths
|
||||||
|
set -a fish_function_path $__fish_config_dir/functions/desktop
|
||||||
|
set -a fish_function_path $__fish_config_dir/functions/work
|
||||||
|
|
||||||
|
# Additional completion paths
|
||||||
|
set -a fish_complete_path $__fish_config_dir/completions/desktop
|
||||||
|
set -a fish_complete_path $__fish_config_dir/completions/work
|
||||||
Loading…
x
Reference in New Issue
Block a user