My Zsh config
Go to file
Kolan Sh acfecadbf0 Email updated. 2014-01-17 13:53:26 +04:00
README README added 2012-05-18 13:15:14 +04:00
aliases.sh aliases updated 2013-04-10 12:33:09 +04:00
bindings.sh Initial commit 2012-05-18 13:09:58 +04:00
constants.sh Condition for LS_COLORS updated. 2013-03-18 17:20:17 +04:00
extensions.sh Extensions: firefox and firefox-bin choices. 2013-04-15 12:25:19 +04:00
functions.sh grep /proc/cpuinfo -> getconf _NPROCESSORS_ONLN 2013-01-10 13:47:30 +04:00
main.sh unset DBUS_SESSION_BUS_ADDRESS 2013-01-21 16:44:30 +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 Email updated. 2014-01-17 13:53:26 +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