vterm alias for zsh
This commit is contained in:
parent
f598509830
commit
974d18e880
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
if [[ "$INSIDE_EMACS" = 'vterm' ]]; then
|
||||||
|
alias clear='vterm_printf "51;Evterm-clear-scrollback";tput clear'
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue