aboutsummaryrefslogtreecommitdiff
path: root/base/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'base/.zshrc')
-rw-r--r--base/.zshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/.zshrc b/base/.zshrc
deleted file mode 100644
index b2ddd15..0000000
--- a/base/.zshrc
+++ /dev/null
@@ -1,17 +0,0 @@
-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