From 9794e23918b2b3305600c45bde8fd614d565036a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Jan 2021 23:37:33 +0100 Subject: zsh: prompt on bottom --- user-profiles/zsh/p10k.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user-profiles/zsh/p10k.zsh') 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} (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' + +tput cup $LINES 0 -- cgit v1.2.3