bootstrap/custom.zsh

14 lines
448 B
Bash

# START customization via bootstrap script
COMPLETION_WAITING_DOTS="true"
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"
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