Switch default interactive shell for nushell
This commit is contained in:
parent
9dec8a9556
commit
f2cc1e5d82
|
@ -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 = {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 = " ";
|
||||||
|
|
Loading…
Reference in a new issue