Added fish shell config

This commit is contained in:
alvinlollo
2026-05-08 21:21:33 +10:00
parent 0d8a50e8bd
commit 3d4731e61e
12 changed files with 214 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Auto start Hyprland on tty1
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
mkdir -p ~/.cache
exec start-hyprland > ~/.cache/hyprland.log 2>&1
end