diff --git a/modules/cli/powerline.nix b/modules/cli/powerline.nix index 034937c..02efa71 100644 --- a/modules/cli/powerline.nix +++ b/modules/cli/powerline.nix @@ -41,7 +41,7 @@ in local remote=y [ "$XDG_SESSION_TYPE" = "x11" ] && unset remote [ "$XDG_SESSION_TYPE" = "wayland" ] && unset remote - PS1="\n$(powerline-go ${toString cfg.args})" + PS1="$(powerline-go ${toString cfg.args})" } [ "$TERM" = "linux" ] || PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" '';