summaryrefslogtreecommitdiff
path: root/user-profiles/zsh
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-01-11 23:37:33 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-01-11 23:37:33 +0100
commit9794e23918b2b3305600c45bde8fd614d565036a (patch)
tree91a28bfc08436765ed9109daec5e4b533a8171b0 /user-profiles/zsh
parent078fbb0b068357fcebdd7098c7fea905b87a2e97 (diff)
downloadnixos-9794e23918b2b3305600c45bde8fd614d565036a.tar
nixos-9794e23918b2b3305600c45bde8fd614d565036a.tar.gz
nixos-9794e23918b2b3305600c45bde8fd614d565036a.tar.bz2
nixos-9794e23918b2b3305600c45bde8fd614d565036a.tar.xz
nixos-9794e23918b2b3305600c45bde8fd614d565036a.zip
zsh: prompt on bottom
Diffstat (limited to 'user-profiles/zsh')
-rw-r--r--user-profiles/zsh/p10k.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/user-profiles/zsh/p10k.zsh b/user-profiles/zsh/p10k.zsh
index d0dda29c..e1482036 100644
--- a/user-profiles/zsh/p10k.zsh
+++ b/user-profiles/zsh/p10k.zsh
@@ -1575,3 +1575,5 @@ 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
1579tput cup $LINES 0