mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
remove some unnecessary code (#168)
This commit is contained in:
parent
9664c348cc
commit
51699e4b4a
1 changed files with 1 additions and 6 deletions
|
@ -458,11 +458,6 @@ def git_right_prompt [gs os] {
|
|||
] | str collect
|
||||
)
|
||||
|
||||
let status_bg_color_24 = (ansi -e { fg: "#2E3436" })
|
||||
let status_bg_color_failure_24 = (ansi -e { fg: "#CC0000" })
|
||||
let status_color_24 = (ansi -e { fg: "#4E9A06" })
|
||||
let status_color_failure_24 = (ansi -e { fg: "#FFFF00" })
|
||||
|
||||
let status_segment = (
|
||||
[
|
||||
(if $env.LAST_EXIT_CODE != 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue