diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |