🚚 Add .fish to install files

Now that they will not be automatically included in config.fish; renamed
installation files to have a .fish suffix.
This commit is contained in:
Marley Rae 2024-01-29 17:04:02 -08:00
parent 0bac958a0b
commit be04264133
3 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
set -q DOT || set -gx DOT "$HOME/dotfiles"
source "$DOT/script/utils"
source "$DOT/script/utils.fish"
################################################################################
# OS Preferences #