From 9c1000a5e987f96cb37114e217023266f283d67f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:58:43 +1100 Subject: install: fish module Contains fish config + greeting, starship config and fastfetch config --- install/hypr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/hypr.fish') diff --git a/install/hypr.fish b/install/hypr.fish index e7761cf..90e99ef 100755 --- a/install/hypr.fish +++ b/install/hypr.fish @@ -26,7 +26,7 @@ end # Install uwsm envs confirm-overwrite $uwsm -mv $hypr/uwsm $uwsm +ln -s $hypr/uwsm $uwsm # Enable ydotool if installed pacman -Q ydotool &> /dev/null && systemctl --user enable --now ydotool.service -- cgit v1.2.3-freya