diff --git a/modules/common/shell.nix b/modules/common/shell.nix index a81a96e..4b4f091 100644 --- a/modules/common/shell.nix +++ b/modules/common/shell.nix @@ -13,21 +13,21 @@ ''; }; programs.fish.enable = true; - programs.starship = { - enable = true; - settings = { - add_newline = true; - command_timeout = 1300; - scan_timeout = 50; - format = '' - $all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status - $username$hostname$directory''; - character = { - success_symbol = "[](bold green) "; - error_symbol = "[✗](bold red) "; - }; - }; - }; + #programs.starship = { + # enable = true; + # settings = { + # add_newline = true; + # command_timeout = 1300; + # scan_timeout = 50; + # format = '' + # $all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status + # $username$hostname$directory''; + # character = { + # success_symbol = "[](bold green) "; + # error_symbol = "[✗](bold red) "; + # }; + # }; + #}; #programs.zsh = { # enable = true; # enableCompletion = true;