Removed starship call overall, let's see if it's actually useful
This commit is contained in:
@@ -13,21 +13,21 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.starship = {
|
#programs.starship = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
add_newline = true;
|
# add_newline = true;
|
||||||
command_timeout = 1300;
|
# command_timeout = 1300;
|
||||||
scan_timeout = 50;
|
# scan_timeout = 50;
|
||||||
format = ''
|
# format = ''
|
||||||
$all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status
|
# $all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status
|
||||||
$username$hostname$directory'';
|
# $username$hostname$directory'';
|
||||||
character = {
|
# character = {
|
||||||
success_symbol = "[](bold green) ";
|
# success_symbol = "[](bold green) ";
|
||||||
error_symbol = "[✗](bold red) ";
|
# error_symbol = "[✗](bold red) ";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
#programs.zsh = {
|
#programs.zsh = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# enableCompletion = true;
|
# enableCompletion = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user