sdflkjsdlfk
This commit is contained in:
parent
14fc2fe827
commit
3ef0c971c5
1 changed files with 6 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
|||
# TODO: Add vcs
|
||||
|
||||
# stt colors
|
||||
local c0='%{\e[0;0m%}'
|
||||
local c31='%{\e[31;0m%}'
|
||||
local c33='%{\e[33;0m%}'
|
||||
local c34='%{\e[34;0m%}'
|
||||
local c35='%{\e[35;0m%}'
|
||||
local c38='%{\e[38;0m%}'
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue