mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Whoops, forgot to include this dummy precmd implementation.
This commit is contained in:
parent
14a1ce80bb
commit
a21525ba0c
1 changed files with 4 additions and 0 deletions
|
@ -22,4 +22,8 @@ setopt prompt_subst
|
||||||
|
|
||||||
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
||||||
|
|
||||||
|
function oh_my_zsh_theme_precmd() {
|
||||||
|
# Blank function; override this in your themes
|
||||||
|
}
|
||||||
|
|
||||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||||
|
|
Loading…
Reference in a new issue