From 974baa9071d8260469c7d6656ad7268ac5fbffb7 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 28 Nov 2025 14:54:40 +0200 Subject: [PATCH] feat: add weather alias :sparkles: --- nixos/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/fish.nix b/nixos/fish.nix index 99722a5..4606a03 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -6,6 +6,7 @@ shellAliases = { theme = "bash ~/dotfiles/scripts/theme.sh"; music = "mpv --no-video --log-file=~/music_history.log \"$(find /mnt/c/Users/DNTH/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\""; + weather = "curl wttr.in/?T"; }; interactiveShellInit = '' fish_vi_key_bindings