diff options
Diffstat (limited to 'base/.zshrc')
-rw-r--r-- | base/.zshrc | 17 |
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 |