Added Updates

This commit is contained in:
Hannes
2025-11-16 17:26:44 +01:00
parent 4c69b186f0
commit b16d05da76
21 changed files with 467 additions and 34 deletions

13
config.fish Normal file → Executable file
View File

@@ -52,16 +52,5 @@ if status is-interactive
end
end
fastfetch
end
set -x QT_QPA_PLATFORMTHEME qt6ct
# Fish done Configuration
set -U __done_allow_nongraphical 1
set -U __done_min_cmd_duration 5000 # 5000 # default: 5000 ms # 5 seconds
set -U __done_notify_sound 1
set -U __done_sway_ignore_visible 0
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/honney/.ghcup/bin $PATH # ghcup-env
end