1
Fork 0

ooooooooo

This commit is contained in:
caem 2025-01-24 12:52:40 +01:00
parent 3ef0c971c5
commit ca4f144383
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -2,12 +2,12 @@
# TODO: Add vcs
# stt colors
local c0='%{\e[0m%}'
local c31='%{\e[31m%}'
local c33='%{\e[33m%}'
local c34='%{\e[34m%}'
local c35='%{\e[35m%}'
local c38='%{\e[38m%}'
local c0=$'\e[0m'
local c31=$'\e[31m'
local c33=$'\e[33m'
local c34=$'\e[34m'
local c35=$'\e[35m'
local c38=$'\e[38m'
# end colors
local nix_shell_ps1_t=" $c34{$c33󱄅 shell$c34}$c0"