You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
422 B

ZSH=$HOME/.oh-my-zsh
ZSH_THEME="bira"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git pip python node npm)
source $ZSH/oh-my-zsh.sh
PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=$PATH:/usr/local/go/bin
export NODE_PATH=/usr/local/lib/node_modules
unsetopt inc_append_history
unsetopt share_history # share command history data
alias irc="screen -r || screen -dmS irssi irssi && screen -r"