From c1492b6d97dae2d6912068a27ad756510ebcea7b Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sat, 28 Sep 2019 13:09:16 +0200 Subject: [PATCH] zshrc: source zprofile --- etc/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"