1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

manual:9047

This commit is contained in:
Tanaka Akira 1999-12-15 21:29:55 +00:00
parent b9c19b15a6
commit 03e230cc54
83 changed files with 396 additions and 449 deletions

View file

@ -1,7 +1,7 @@
# zls () {
# simple internal ls using the stat module
zmodload -i zsh/stat || return 1
zmodload -i stat || return 1
emulate -R zsh
setopt localoptions

View file

@ -1,6 +1,6 @@
emulate -L zsh
[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp
[[ $1 = -n ]] || zmodload -e zftp || zmodload -ia zftp
if [[ ${+zfconfig} = 0 ]]; then
typeset -gA zfconfig