add wsl-theme-change fish alias

This commit is contained in:
DannyDannyDanny 2025-01-28 08:56:00 +00:00
parent 9aa4d56df8
commit e3eb3d42eb

View file

@ -3,6 +3,9 @@
{ {
programs.fish = { programs.fish = {
enable = true; enable = true;
shellAliases = {
theme = "bash ~/dotfiles/bashscripts/wsl_theme.sh";
};
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings
set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal) set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal)