remove newline in prompt

This commit is contained in:
Sean Buckley 2023-02-12 21:33:02 -05:00
parent 326f2f0b43
commit 01050525a0

View file

@ -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"
'';