diff options
author | makefu <github@syntax-fehler.de> | 2017-01-11 11:01:30 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-01-11 11:01:30 +0100 |
commit | 150ecf6cf5141e26fdd372d6826875fc41b0293a (patch) | |
tree | 0f9db0e91fe0887718b0feec0318f160eb695757 /makefu | |
parent | a510069d86bd00d9ff348bdad321294cdf42dafb (diff) |
m 2 zsh-user: fuck you dark-blue directories
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/zsh-user.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/zsh-user.nix b/makefu/2configs/zsh-user.nix index f3cdbfda4..0f904fe3d 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" ''; |