Skip to content

Commit

Permalink
Make 'reload_fish_config' more thorough
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Dec 17, 2023
1 parent 83d4b57 commit 0aaab1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fish_functions/reload_fish_config.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
function reload_fish_config
. ~/.config/fish/config.fish
source ~/.config/fish/config.fish

for file in $conf_dir/*.fish
source "$file"
end

for file in ~/repos/scripts/fish_functions/*.fish
source "$file"
end
end

0 comments on commit 0aaab1c

Please sign in to comment.