Powerline-style prompt with background colors, remove fastfetch from startup
- Prompt segments now have background colors (green/yellow/blue pills) - NixOS icon visible in green pill segment - Remove fastfetch from terminal startup and clear alias - fastfetch still available via manual `fastfetch` command Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
134d597ac5
commit
efd3351ee7
2 changed files with 10 additions and 29 deletions
|
|
@ -78,7 +78,7 @@
|
|||
update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config";
|
||||
clean = "sudo nix-collect-garbage -d";
|
||||
ll = "ls -alh";
|
||||
clear = "command clear && fastfetch --config /etc/fastfetch/config.jsonc";
|
||||
clear = "command clear";
|
||||
reboot = "systemctl reboot";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue