From b94caa6d77bdb12f1a3daf74f2aa494c56c03f99 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sun, 10 May 2020 13:01:04 +0200 Subject: [PATCH] dircolors --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 005baef..4c276ba 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -88,3 +88,5 @@ wttr() { sshn() { ssh -N -L ${1}:localhost:${2} $3 } + +eval "$(dircolors)"