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