do not the hallucination box
This commit is contained in:
parent
b70fd757c5
commit
74fece8192
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
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%}'
|
||||
|
||||
local nix_shell_ps1_t=" $c34{$c33 shell$c34}$c0"
|
||||
local path_no_ghostty="$(echo "$PATH" | sed -e 's/:\/nix\/store\/.*-ghostty-.*\/bin://g')"
|
||||
|
|
Loading…
Add table
Reference in a new issue