removes env source from zsh
This commit is contained in:
parent
337bce7030
commit
db0952ae42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue