4 lines
141 B
Bash
4 lines
141 B
Bash
eval "$(direnv hook zsh)"
|
|
if [[ "$INSIDE_EMACS" = 'vterm' ]]; then
|
|
alias clear='vterm_printf "51;Evterm-clear-scrollback";tput clear'
|
|
fi
|