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