Disable zsh shell built-in log
This is primarily useful on Darwin, where the system logging client is also named `log`.
This commit is contained in:
parent
f68725a198
commit
24336ecdf6
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ in
|
||||||
# History search, but from beginning
|
# History search, but from beginning
|
||||||
bindkey "^[[A" history-beginning-search-backward
|
bindkey "^[[A" history-beginning-search-backward
|
||||||
bindkey "^[[B" history-beginning-search-forward
|
bindkey "^[[B" history-beginning-search-forward
|
||||||
|
|
||||||
|
# Prefer /usr/bin/log over the zsh shell built-in.
|
||||||
|
# This is primarily for Darwin usage.
|
||||||
|
disable log
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue