mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Whoops, forgot to include this dummy precmd implementation.
This commit is contained in:
parent
cf10659564
commit
e16a74b6ec
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue