From d6671a1bcaca922e7545946c18cfec20c7fb4b4f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 9 Feb 2023 12:53:54 +0000 Subject: [PATCH] Stop forcing prompt to bottom of screen --- home/zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/zshrc b/home/zshrc index b95dbf87..99f1669e 100644 --- a/home/zshrc +++ b/home/zshrc @@ -109,9 +109,3 @@ command -v pipx > /dev/null && { # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh - -__prompt_to_bottom_line() { - tput cup $LINES -} -alias clear='clear && __prompt_to_bottom_line' -__prompt_to_bottom_line