Clean up, update configs to be actually useful now...

This commit is contained in:
Adriel Sand
2024-01-04 18:49:24 -08:00
parent 68d016d03e
commit c93f5d7caa
412 changed files with 4462 additions and 63004 deletions

View File

@@ -60,7 +60,7 @@ function fish_prompt
set_color -o white
echo -n @
if [ -z "$SSH_CLIENT" ]
if test -z "$SSH_CLIENT"
set_color -o blue
else
set_color -o cyan
@@ -115,7 +115,7 @@ function fish_prompt
# Battery status
type -q acpi
and test (acpi -a 2> /dev/null | string match -r off)
and _nim_prompt_wrapper $retc B (acpi -b | cut -d' ' -f 4- | tail -n 1)
and _nim_prompt_wrapper $retc B (acpi -b | cut -d' ' -f 4-)
# New line
echo