mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 21:26:31 +00:00
Make sure that fish functions dir is created
This commit is contained in:
parent
ab0b7ff03c
commit
637a1f61c8
@ -11,6 +11,7 @@ add_line "source_config paths" $XDG_CONFIG_HOME/fish/config.fish
|
||||
add_line "source_config alias" $XDG_CONFIG_HOME/fish/config.fish
|
||||
|
||||
# Link functions
|
||||
mkdir -p $XDG_CONFIG_HOME/fish/functions
|
||||
for func in ${DEFAULT_ASSETS_PATH}/fish/functions/*.fish; do
|
||||
try_link "$func" $XDG_CONFIG_HOME/fish/functions/$(basename $func)
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user