summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/zsh-user.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-01-11 11:01:30 +0100
committermakefu <github@syntax-fehler.de>2017-01-11 11:01:30 +0100
commit150ecf6cf5141e26fdd372d6826875fc41b0293a (patch)
tree0f9db0e91fe0887718b0feec0318f160eb695757 /makefu/2configs/zsh-user.nix
parenta510069d86bd00d9ff348bdad321294cdf42dafb (diff)
m 2 zsh-user: fuck you dark-blue directories
Diffstat (limited to 'makefu/2configs/zsh-user.nix')
-rw-r--r--makefu/2configs/zsh-user.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/zsh-user.nix b/makefu/2configs/zsh-user.nix
index f3cdbfda..0f904fe3 100644
--- a/makefu/2configs/zsh-user.nix
+++ b/makefu/2configs/zsh-user.nix
@@ -25,6 +25,8 @@ in
${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye >/dev/null
GPG_TTY=$(tty)
export GPG_TTY
+ LS_COLORS=$LS_COLORS:'di=1;31:' ; export LS_COLORS
+
unset SSH_AGENT_PID
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
'';