# HG changeset patch # User Gustavo Picon # Date 1256793124 18000 # Node ID 9c82b8b645d12380d205c8c9bf5af796efcf6f99 # Parent 0115598dec00da966ed6097b45f62f21e0dc9cbd forgot to add .zshrc diff -r 0115598dec00da966ed6097b45f62f21e0dc9cbd -r 9c82b8b645d12380d205c8c9bf5af796efcf6f99 .zshrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.zshrc Thu Oct 29 00:12:04 2009 -0500 @@ -0,0 +1,7 @@ +#!/bin/sh + +# everything happens in ~/.profile +if [ -f "$HOME/.profile" ] +then + . "$HOME/.profile" +fi