chore: remove starship bandaid
This commit is contained in:
parent
cc8c25fd23
commit
16bb2ccc06
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
]
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableNushellIntegration = false; #integration broken since nushell 0.78
|
||||
enableNushellIntegration = true;
|
||||
settings = {
|
||||
format = lib.concatStrings [
|
||||
"[░▒▓](#f5c2e7)"
|
||||
|
|
Loading…
Reference in a new issue