From 4b850135a68b77b2092efaf2cd5e96e8d4afe63b Mon Sep 17 00:00:00 2001 From: Locojay Date: Mon, 6 Jun 2011 11:22:03 -0400 Subject: [PATCH] fixing aliases custom --- custom/aliases.zsh | 1 - oh-my-zsh.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index 30af0de8b..48858d9d1 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -52,7 +52,6 @@ alias lsbom='lsbom -f -l -s -pf' alias zs='source ~/.zshrc' - if [[ -x "${commands[htop]}" ]]; then alias top=htop else diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 8c565b8f9..a6bc332a4 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -35,6 +35,9 @@ for plugin ($plugins); do fi done +# Load all of your custom configurations from custom/ +for config_file ($ZSH/custom/*.zsh) source $config_file + # Load the theme if [ "$ZSH_THEME" = "random" ] then