dotfiles/dotfiles/zshrc

7 lines
217 B
Bash
Raw Normal View History

2014-11-14 02:42:30 -07:00
# This is necessary for tramp.
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
2014-12-06 03:17:09 -07:00
source ~/.lib/shellrc.sh
source ~/.lib/zsh.sh
2014-11-22 06:09:53 -07:00
test -r ~/.custom.sh && source ~/.custom.sh
2015-08-16 01:09:01 -06:00
source_if_exists ~/.this-machine.sh