feat: add weather alias

This commit is contained in:
DannyDannyDanny 2025-11-28 14:54:40 +02:00
parent 2724fb9907
commit 974baa9071

View file

@ -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