1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 00:03:29 +02:00

Whoops, forgot to include this dummy precmd implementation.

This commit is contained in:
James Adam
2009-10-20 06:26:06 +08:00
committed by Robby Russell
parent 14a1ce80bb
commit a21525ba0c
+4
View File
@@ -22,4 +22,8 @@ setopt prompt_subst
export LSCOLORS="Gxfxcxdxbxegedabagacad"
function oh_my_zsh_theme_precmd() {
# Blank function; override this in your themes
}
source "$ZSH/themes/$ZSH_THEME.zsh-theme"