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:
parent
b9c19b15a6
commit
03e230cc54
83 changed files with 396 additions and 449 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue