disable starship (for now)
This commit is contained in:
parent
cfc82b3817
commit
06f6f5f4a6
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
source "${inputs.t.packages.${pkgs.system}.default}/bin/t-rs.sh"
|
source "${inputs.t.packages.${pkgs.system}.default}/bin/t-rs.sh"
|
||||||
'';
|
'';
|
||||||
# otherwise it'll override the grml prompt
|
# otherwise it'll override the grml prompt
|
||||||
# promptInit = lib.mkDefault "";
|
promptInit = lib.mkDefault "";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install Neovim and set it as alias for vi(m)
|
# Install Neovim and set it as alias for vi(m)
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
zoxide
|
zoxide
|
||||||
|
|
||||||
# Terminfo
|
# Terminfo
|
||||||
pkgs.kitty.terminfo
|
kitty.terminfo
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
|
|
|
@ -5,7 +5,7 @@ let
|
||||||
'';
|
'';
|
||||||
in{
|
in{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = false;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue