diff --git a/custom.zsh b/custom.zsh index 328dc44..3c48ed3 100644 --- a/custom.zsh +++ b/custom.zsh @@ -5,7 +5,6 @@ plugins=(git tty-solarized) #zstyle :omz:plugins:tty-solarized theme-shade "light" zstyle :omz:plugins:tty-solarized theme-shade "dark" alias meteo="wget -q -O - wttr.in" -source ~/.environment_vars.sh export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" # makes shift tab work in tty bindkey '\E\t' reverse-menu-complete