mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-01 02:16:29 +00:00
7 lines
234 B
Fish
7 lines
234 B
Fish
set -gx fish_function_path "$fish_synced_dir/functions" $fish_function_path
|
|
set -gx fish_complete_path "$fish_synced_dir/completions" $fish_complete_path
|
|
|
|
source_synced 'init/alias'
|
|
source_synced 'init/env'
|
|
source_synced 'init/paths'
|