My Zsh config
Go to file
Kolan Sh 030b945b08 remove incorrectly [un]compressed files 2012-06-06 12:37:47 +04:00
README README added 2012-05-18 13:15:14 +04:00
aliases.sh colormake aliases updated 2012-05-28 16:20:40 +04:00
bindings.sh Initial commit 2012-05-18 13:09:58 +04:00
constants.sh Initial commit 2012-05-18 13:09:58 +04:00
extensions.sh Initial commit 2012-05-18 13:09:58 +04:00
functions.sh remove incorrectly [un]compressed files 2012-06-06 12:37:47 +04:00
main.sh stderred alias 2012-05-21 11:54:03 +04:00
prompt.sh scm order 2012-05-21 17:08:34 +04:00
title.sh Initial commit 2012-05-18 13:09:58 +04:00
user.sh Initial commit 2012-05-18 13:09:58 +04:00

README

# Create ~/.zshrc file with contents below.

#!/bin/zsh
# ~/.zshrc

ZDOTDIR=~/.zsh

source $ZDOTDIR/constants.sh
for rc in $ZDOTDIR/*.sh
do
    source $rc 
done
unset rc