From 111078398e6377ba4b7972ba376cc6af03ef94ee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 22 Feb 2025 15:41:01 +1100 Subject: shell: fix run --- install/scripts.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/scripts.fish') diff --git a/install/scripts.fish b/install/scripts.fish index bc5770b..8594828 100755 --- a/install/scripts.fish +++ b/install/scripts.fish @@ -12,7 +12,7 @@ update-repo scripts $dist # Install to path mkdir -p ~/.local/bin -ln -s $dist/main.fish ~/.local/bin/caelestia +ln -sf $dist/main.fish ~/.local/bin/caelestia # Install completions mkdir -p $CONFIG/fish/completions -- cgit v1.2.3-freya