diff --git a/script/dot.fish b/script/dot.fish index 05d7ffd..72d7fa9 100755 --- a/script/dot.fish +++ b/script/dot.fish @@ -161,9 +161,7 @@ set_os_prefs # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - print_title Installers -find . -name install.fish | while read installer - fish -c "$installer" -end +find . -name install.fish -exec fish -c {} ';' # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -