mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Revert "Whoops, forgot to include this dummy precmd implementation."
This reverts commit a21525ba0c
.
This commit is contained in:
parent
fc3a3c72b1
commit
5c13930832
1 changed files with 0 additions and 4 deletions
|
@ -22,8 +22,4 @@ 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…
Reference in a new issue