This commit is contained in:
Chris Cochrun 2023-08-30 11:02:10 -05:00
parent 8c9d0a03db
commit f7394076c1
4 changed files with 58 additions and 55 deletions

View file

@ -754,8 +754,13 @@ window#waybar > box {
enable = true;
bashrcExtra = ''
# export ENV_EFI_CODE_SECURE=/run/libvirt/nix-ovmf/OVMF_CODE.fd ENV_EFI_VARS_SECURE=/run/libvirt/nix-ovmf/OVMF_VARS.fd
source $(blesh-share)/ble.sh
ble-face auto_complete="fg=238"
case "$-" in
*i*)
source $(blesh-share)/ble.sh
ble-face auto_complete="fg=238"
eval "$(starship init bash)"
macchina;;
esac
# export LESS_TERMCAP_mb=$'\e[1;32m'
# export LESS_TERMCAP_md=$'\e[1;32m'
# export LESS_TERMCAP_me=$'\e[0m'
@ -763,8 +768,6 @@ window#waybar > box {
# export LESS_TERMCAP_so=$'\e[01;33m'
# export LESS_TERMCAP_ue=$'\e[0m'
# export LESS_TERMCAP_us=$'\e[1;4;31m'
eval "$(starship init bash)"
macchina
'';
};