diff --git a/nixos/fish.nix b/nixos/fish.nix index ec554f1..93d098c 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -4,6 +4,7 @@ programs.fish = { enable = true; shellAliases = { + cdtmp = "cd $(mktemp -d)"; 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";