Stop forcing prompt to bottom of screen
This commit is contained in:
parent
6211685b77
commit
d6671a1bca
|
@ -109,9 +109,3 @@ command -v pipx > /dev/null && {
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.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
|
|
||||||
|
|
Loading…
Reference in a new issue