From 8ae9c465242c5e379877a15832043113021d714e Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Mon, 4 Sep 2017 13:42:23 -0600 Subject: Switch from stowsh to dotbot --- base/zshrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 base/zshrc (limited to 'base/zshrc') diff --git a/base/zshrc b/base/zshrc new file mode 100644 index 0000000..b2ddd15 --- /dev/null +++ b/base/zshrc @@ -0,0 +1,17 @@ +path=( $HOME/.bin $path ) +fpath=( $HOME/.zsh $fpath ) + +export EDITOR=vim +export NCURSES_NO_UTF8_ACS=1 + +if [ -d $HOME/.zsh ]; then + for file in $HOME/.zsh/*.zsh; do + source $file + done +fi + +if [ -f $HOME/.zshrc.local ]; then + source $HOME/.zshrc.local +fi + +#~/.motd -- cgit v1.2.3-70-g09d2