aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions.zsh-overrides
blob: b2db8778d5445c5436f619b42447742fb3e87e95 (plain)
1
2
3
4
5
6
7
8
9
10
#done

preexec () {
    term_preexec $*
    theme_preexec $*
}

precmd () {
    term_precmd
}