🚚 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:
parent
0bac958a0b
commit
be04264133
3 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
set -q DOT || set -gx DOT "$HOME/dotfiles"
|
set -q DOT || set -gx DOT "$HOME/dotfiles"
|
||||||
|
|
||||||
source "$DOT/script/utils"
|
source "$DOT/script/utils.fish"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# OS Preferences #
|
# OS Preferences #
|
Loading…
Reference in a new issue