bootstrap/custom.zsh

14 lines
448 B
Bash
Raw Normal View History

2022-08-24 21:04:22 +02:00
# START customization via bootstrap script
COMPLETION_WAITING_DOTS="true"
2022-08-24 22:26:28 +02:00
plugins=(git tty-solarized)
2022-08-24 21:04:22 +02:00
#zstyle :omz:plugins:tty-solarized theme-shade "light"
zstyle :omz:plugins:tty-solarized theme-shade "dark"
alias meteo="wget -q -O - wttr.in"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
# makes shift tab work in tty
bindkey '\E\t' reverse-menu-complete
export PATH=$PATH:/usr/local/go/bin
# END customization via bootstrap script