Switch default interactive shell for nushell

This commit is contained in:
Evie Litherland-Smith 2024-09-20 14:59:59 +01:00
parent 9dec8a9556
commit f2cc1e5d82
3 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@
alacritty = { alacritty = {
enable = true; enable = true;
settings = { settings = {
shell = "${config.programs.fish.package}/bin/fish"; shell = "${config.programs.nushell.package}/bin/nu";
window = { window = {
dynamic_title = true; dynamic_title = true;
padding = { padding = {

View file

@ -22,6 +22,7 @@
fd.enable = true; fd.enable = true;
jq.enable = true; jq.enable = true;
nix-index.enable = true; nix-index.enable = true;
nushell.enable = true;
ripgrep.enable = true; ripgrep.enable = true;
bat = { bat = {
enable = true; enable = true;

View file

@ -144,6 +144,7 @@
format = "using [$indicator]($style)"; format = "using [$indicator]($style)";
bash_indicator = " "; bash_indicator = " ";
fish_indicator = "󰈺 "; fish_indicator = "󰈺 ";
nu_indicator = "ν ";
powershell_indicator = " "; powershell_indicator = " ";
cmd_indicator = " "; cmd_indicator = " ";
unknown_indicator = " "; unknown_indicator = " ";