From e3eb3d42eb6b7332bfe485d238b54877727be7a0 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 28 Jan 2025 08:56:00 +0000 Subject: [PATCH] :sparkles: add wsl-theme-change fish alias --- nixos/fish.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/fish.nix b/nixos/fish.nix index 440a3db..f0875f9 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -3,6 +3,9 @@ { programs.fish = { enable = true; + shellAliases = { + theme = "bash ~/dotfiles/bashscripts/wsl_theme.sh"; + }; interactiveShellInit = '' fish_vi_key_bindings set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal)