summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index aeb0f6e..79eabab 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -82,7 +82,6 @@ alias flux="xflux -l 49 -g 9"
export WORKON_HOME="~/Code/PyEnvs"
export EDITOR="vim"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
-export TERM=xterm-256color
#if [[ "$SSH_AGENT_PID" == "" ]]; then
# eval $(<~/.ssh-agent-thing)