mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
Merge e5091a858d
into 5436d3e5fc
This commit is contained in:
commit
6707def73d
@ -27,10 +27,10 @@
|
||||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
cd() {
|
||||
function cd {
|
||||
builtin cd "$@"
|
||||
}
|
||||
ls() {
|
||||
function ls {
|
||||
command ls "$@"
|
||||
}
|
||||
BUFFER='cd;ls'
|
||||
|
Loading…
Reference in New Issue
Block a user