diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index be72e12..4ae7b04 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1,3 +1,6 @@ +# recommended by VTE +source /etc/zsh/zprofile + bindkey -e # emacs mode alias ls="ls --classify --color --group-directories-first --quoting-style=literal"