changes to starship config, added tldr to shell default.nix

This commit is contained in:
ooks-io 2023-08-04 15:15:06 +12:00
parent 536eb3facf
commit 5c84c16c88
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ in
shell_integration = "no-rc"; shell_integration = "no-rc";
scrollback_lines = 4000; scrollback_lines = 4000;
scrollback_pager_history_size = 2048; scrollback_pager_history_size = 2048;
window_padding_width = 5; window_padding_width = 1;
foreground = "#${colors.base05}"; foreground = "#${colors.base05}";
background = "#${colors.base00}"; background = "#${colors.base00}";
background_opacity = "1.0"; background_opacity = "1.0";

View file

@ -20,6 +20,7 @@
lazygit lazygit
comma # Install and run with "," comma # Install and run with ","
btop btop
tldr
]; ];
programs = { programs = {

View file

@ -9,8 +9,7 @@
cloud = "$aws$gcloud$openstack"; cloud = "$aws$gcloud$openstack";
in in
'' ''
$username$hostname($shlvl)($cmd_duration) $fill ($nix_shell)$custom ($nix_shell)$directory(${git})(- ${cloud}) $fill $time
$directory(${git})(- ${cloud}) $fill $time
$jobs$character $jobs$character
''; '';