but I don't want starship disabled in emacs-vterm.
This commit is contained in:
parent
61f29e0015
commit
7a97d358ce
3
home.nix
3
home.nix
@ -40,6 +40,7 @@
|
|||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
unset RPS1
|
unset RPS1
|
||||||
|
eval $(starship init zsh)
|
||||||
'';
|
'';
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -60,7 +61,7 @@
|
|||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = false;
|
||||||
settings = {
|
settings = {
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[»](bold green) ";
|
success_symbol = "[»](bold green) ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user