My Zsh config
Go to file
Kolan Sh cee88be58d Fucking autocorrection disabled. 2017-06-17 09:42:34 +03:00
README README added 2012-05-18 13:15:14 +04:00
aliases.sh alsamixer alias updated. 2015-03-23 13:42:58 +03:00
bindings.sh Initial commit 2012-05-18 13:09:58 +04:00
constants.sh History size increased to 8192. 2015-10-24 15:32:08 +03: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 Fucking autocorrection disabled. 2017-06-17 09:42:34 +03: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