chore: remove starship bandaid

This commit is contained in:
notohh 2023-04-15 21:43:07 -04:00
parent cc8c25fd23
commit 16bb2ccc06
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 7 deletions

View file

@ -39,9 +39,4 @@ let-env NU_LIB_DIRS = [
let-env NU_PLUGIN_DIRS = [
($nu.config-path | path dirname | path join 'plugins')
]
starship init nu
| str replace --string 'PROMPT_COMMAND = {' 'PROMPT_COMMAND = { ||'
| str replace --string 'PROMPT_COMMAND_RIGHT = {' 'PROMPT_COMMAND_RIGHT = { ||'
| save -f ~/.cache/starship/init.nu
]

View file

@ -7,7 +7,7 @@
programs.starship = {
enable = true;
enableNushellIntegration = false; #integration broken since nushell 0.78
enableNushellIntegration = true;
settings = {
format = lib.concatStrings [
"[](#f5c2e7)"