diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-11 23:42:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-11 23:42:12 +0100 |
commit | bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904 (patch) | |
tree | c5d472f68ca30aceb78b2900deb1af9414f02eff /user-profiles | |
parent | 9794e23918b2b3305600c45bde8fd614d565036a (diff) | |
download | nixos-bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904.tar nixos-bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904.tar.gz nixos-bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904.tar.bz2 nixos-bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904.tar.xz nixos-bd3ad2e1b6c4b629aca3a7d04ea7483d2625f904.zip |
Revert "zsh: prompt on bottom"
This reverts commit 9794e23918b2b3305600c45bde8fd614d565036a.
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/zsh/p10k.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user-profiles/zsh/p10k.zsh b/user-profiles/zsh/p10k.zsh index e1482036..d0dda29c 100644 --- a/user-profiles/zsh/p10k.zsh +++ b/user-profiles/zsh/p10k.zsh | |||
@@ -1575,5 +1575,3 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} | |||
1575 | 1575 | ||
1576 | (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} | 1576 | (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} |
1577 | 'builtin' 'unset' 'p10k_config_opts' | 1577 | 'builtin' 'unset' 'p10k_config_opts' |
1578 | |||
1579 | tput cup $LINES 0 | ||