tednaleid / shared zshrc

A set of shared zshrc files that can be used on multiple boxes.

Clone this repository (size: 49.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tednaleid/shared-zshrc/
commit 52: b9a129d00f8c
parent 51: cd2b80523e84
child 53: da3102ca42c9
child 54: 37473892c3bc
added hg graphical log with verbose default
bloomhealth
6 weeks ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
shared zshrc /
filename size last modified message
.hgignore 34 B 3 months ago latest changes from home
README.txt 535 B 10 months ago initial commit, look at README.txt for more details
install.sh 691 B 10 months ago exporting ZSHDIR so mz alias will run textmate on the right…
zshrc_compinstall 4.6 KB 10 months ago initial commit, look at README.txt for more details
zshrc_general 11.7 KB 6 weeks ago added hg graphical log with verbose

README

1
2
3
4
5
6
7
8
9
To use these zshrc files, just run the install.sh script.  

        ./install.sh
        
This will create a new ~/.zshrc file that will automatically load up the zshrc files in this directory.

It will also look for a host specific file on startup where you can put settings that are only for that host.  If there is no host specific file found, it will echo out the path of where you can put a file for it to get loaded.

I use this to hold things like cd aliases for directories that are machine specific, commands with hostnames in them, etc.