mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
string optimization
This commit is contained in:
parent
4035aa6c5f
commit
143464aa2b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
|||
local remote=y
|
||||
[ "$XDG_SESSION_TYPE" = "x11" ] && unset remote
|
||||
[ "$XDG_SESSION_TYPE" = "wayland" ] && unset remote
|
||||
PS1="\n$(powerline-go ${lib.concatStringsSep " " cfg.args})"
|
||||
PS1="\n$(powerline-go ${toString cfg.args})"
|
||||
}
|
||||
[ "$TERM" = "linux" ] || PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue