Stop forcing prompt to bottom of screen

This commit is contained in:
Evie Litherland-Smith 2023-02-09 12:53:54 +00:00
parent 6211685b77
commit d6671a1bca

View file

@ -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