nixos/config/zsh/zshrc.zsh

5 lines
141 B
Bash
Raw Normal View History

2023-08-06 12:56:23 +04:00
eval "$(direnv hook zsh)"
2024-07-28 20:48:50 +04:00
if [[ "$INSIDE_EMACS" = 'vterm' ]]; then
alias clear='vterm_printf "51;Evterm-clear-scrollback";tput clear'
fi