dotfiles/dotfiles/zshrc
2014-12-26 06:05:28 -05:00

6 lines
181 B
Bash

# This is necessary for tramp.
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
source ~/.lib/shellrc.sh
source ~/.lib/zsh.sh
test -r ~/.custom.sh && source ~/.custom.sh