Skip to content

Instantly share code, notes, and snippets.

@mecampbellsoup
Created May 19, 2014 14:38
Show Gist options
  • Save mecampbellsoup/1065d4228b143140ac69 to your computer and use it in GitHub Desktop.
Save mecampbellsoup/1065d4228b143140ac69 to your computer and use it in GitHub Desktop.
ZSH output running `tree` from `/usr/local/Cellar/zsh/5.0.5`
⇒ tree .
.
├── ChangeLog
├── INSTALL_RECEIPT.json
├── LICENCE
├── NEWS
├── README
├── bin
│   ├── zsh
│   └── zsh-5.0.5
├── lib
│   └── zsh
│   ├── attr.so
│   ├── cap.so
│   ├── clone.so
│   ├── compctl.so
│   ├── complete.so
│   ├── complist.so
│   ├── computil.so
│   ├── curses.so
│   ├── datetime.so
│   ├── db
│   │   └── gdbm.so
│   ├── deltochar.so
│   ├── example.so
│   ├── files.so
│   ├── langinfo.so
│   ├── mapfile.so
│   ├── mathfunc.so
│   ├── net
│   │   ├── socket.so
│   │   └── tcp.so
│   ├── newuser.so
│   ├── parameter.so
│   ├── pcre.so
│   ├── regex.so
│   ├── rlimits.so
│   ├── sched.so
│   ├── stat.so
│   ├── system.so
│   ├── termcap.so
│   ├── terminfo.so
│   ├── zftp.so
│   ├── zle.so
│   ├── zleparameter.so
│   ├── zprof.so
│   ├── zpty.so
│   ├── zselect.so
│   └── zutil.so
└── share
├── man
│   └── man1
│   ├── zsh.1
│   ├── zshall.1
│   ├── zshbuiltins.1
│   ├── zshcalsys.1
│   ├── zshcompctl.1
│   ├── zshcompsys.1
│   ├── zshcompwid.1
│   ├── zshcontrib.1
│   ├── zshexpn.1
│   ├── zshmisc.1
│   ├── zshmodules.1
│   ├── zshoptions.1
│   ├── zshparam.1
│   ├── zshroadmap.1
│   ├── zshtcpsys.1
│   ├── zshzftpsys.1
│   └── zshzle.1
└── zsh
├── 5.0.5
│   └── help
│   ├── alias
│   ├── autoload -> functions
│   ├── bg
│   ├── bindkey
│   ├── break
│   ├── builtin
│   ├── bye -> exit
│   ├── cap
│   ├── cd
│   ├── chdir -> cd
│   ├── clone
│   ├── colon
│   ├── command
│   ├── comparguments
│   ├── compcall
│   ├── compctl
│   ├── compdescribe
│   ├── compfiles
│   ├── compgroups
│   ├── compquote
│   ├── comptags
│   ├── comptry
│   ├── compvalues
│   ├── continue
│   ├── declare -> typeset
│   ├── dirs
│   ├── disable
│   ├── disown
│   ├── dot
│   ├── echo
│   ├── echotc
│   ├── echoti
│   ├── emulate
│   ├── enable
│   ├── eval
│   ├── exec
│   ├── exit
│   ├── export
│   ├── false
│   ├── fc
│   ├── fg
│   ├── float -> typeset
│   ├── functions
│   ├── getcap
│   ├── getln
│   ├── getopts
│   ├── hash
│   ├── history -> fc
│   ├── integer -> typeset
│   ├── jobs
│   ├── kill
│   ├── let
│   ├── limit
│   ├── local -> typeset
│   ├── log
│   ├── logout -> exit
│   ├── noglob
│   ├── popd
│   ├── print
│   ├── printf
│   ├── pushd
│   ├── pushln -> print
│   ├── pwd
│   ├── r -> fc
│   ├── read
│   ├── readonly -> typeset
│   ├── rehash -> hash
│   ├── return
│   ├── sched
│   ├── set
│   ├── setcap
│   ├── setopt
│   ├── shift
│   ├── source
│   ├── stat
│   ├── suspend
│   ├── test
│   ├── times
│   ├── trap
│   ├── true
│   ├── ttyctl
│   ├── type -> whence
│   ├── typeset
│   ├── ulimit
│   ├── umask
│   ├── unalias -> unhash
│   ├── unfunction -> unhash
│   ├── unhash
│   ├── unlimit
│   ├── unset
│   ├── unsetopt
│   ├── vared
│   ├── wait
│   ├── whence
│   ├── where -> whence
│   ├── which -> whence
│   ├── zcompile
│   ├── zformat
│   ├── zftp
│   ├── zle
│   ├── zmodload
│   ├── zparseopts
│   ├── zprof
│   ├── zpty
│   ├── zregexparse
│   ├── zsocket
│   ├── zstyle
│   └── ztcp
├── functions
│   ├── VCS_INFO_adjust
│   ├── VCS_INFO_bydir_detect
│   ├── VCS_INFO_check_com
│   ├── VCS_INFO_detect_bzr
│   ├── VCS_INFO_detect_cdv
│   ├── VCS_INFO_detect_cvs
│   ├── VCS_INFO_detect_darcs
│   ├── VCS_INFO_detect_fossil
│   ├── VCS_INFO_detect_git
│   ├── VCS_INFO_detect_hg
│   ├── VCS_INFO_detect_mtn
│   ├── VCS_INFO_detect_p4
│   ├── VCS_INFO_detect_svk
│   ├── VCS_INFO_detect_svn
│   ├── VCS_INFO_detect_tla
│   ├── VCS_INFO_formats
│   ├── VCS_INFO_get_cmd
│   ├── VCS_INFO_get_data_bzr
│   ├── VCS_INFO_get_data_cdv
│   ├── VCS_INFO_get_data_cvs
│   ├── VCS_INFO_get_data_darcs
│   ├── VCS_INFO_get_data_fossil
│   ├── VCS_INFO_get_data_git
│   ├── VCS_INFO_get_data_hg
│   ├── VCS_INFO_get_data_mtn
│   ├── VCS_INFO_get_data_p4
│   ├── VCS_INFO_get_data_svk
│   ├── VCS_INFO_get_data_svn
│   ├── VCS_INFO_get_data_tla
│   ├── VCS_INFO_hook
│   ├── VCS_INFO_maxexports
│   ├── VCS_INFO_nvcsformats
│   ├── VCS_INFO_quilt
│   ├── VCS_INFO_realpath
│   ├── VCS_INFO_reposub
│   ├── VCS_INFO_set
│   ├── _SuSEconfig
│   ├── _a2ps
│   ├── _a2utils
│   ├── _aap
│   ├── _acpi
│   ├── _acpitool
│   ├── _acroread
│   ├── _adb
│   ├── _alias
│   ├── _aliases
│   ├── _all_labels
│   ├── _all_matches
│   ├── _alternative
│   ├── _analyseplugin
│   ├── _ant
│   ├── _antiword
│   ├── _apachectl
│   ├── _apm
│   ├── _approximate
│   ├── _apt
│   ├── _apt-file
│   ├── _apt-move
│   ├── _apt-show-versions
│   ├── _aptitude
│   ├── _arch_archives
│   ├── _arch_namespace
│   ├── _arg_compile
│   ├── _arguments
│   ├── _arp
│   ├── _arping
│   ├── _arrays
│   ├── _assign
│   ├── _at
│   ├── _attr
│   ├── _auto-apt
│   ├── _autocd
│   ├── _awk
│   ├── _axi-cache
│   ├── _bash_completions
│   ├── _baz
│   ├── _be_name
│   ├── _beadm
│   ├── _bind_addresses
│   ├── _bindkey
│   ├── _bison
│   ├── _bittorrent
│   ├── _bogofilter
│   ├── _brace_parameter
│   ├── _brctl
│   ├── _bsd_pkg
│   ├── _btrfs
│   ├── _bts
│   ├── _bug
│   ├── _builtin
│   ├── _bzip2
│   ├── _bzr
│   ├── _cache_invalid
│   ├── _cal
│   ├── _calendar
│   ├── _call_function
│   ├── _call_program
│   ├── _canonical_paths
│   ├── _cat
│   ├── _ccal
│   ├── _cd
│   ├── _cdbs-edit-patch
│   ├── _cdcd
│   ├── _cdr
│   ├── _cdrdao
│   ├── _cdrecord
│   ├── _chflags
│   ├── _chkconfig
│   ├── _chmod
│   ├── _chown
│   ├── _chrt
│   ├── _clay
│   ├── _combination
│   ├── _comm
│   ├── _command
│   ├── _command_names
│   ├── _comp_locale
│   ├── _compdef
│   ├── _complete
│   ├── _complete_debug
│   ├── _complete_help
│   ├── _complete_help_generic
│   ├── _complete_tag
│   ├── _compress
│   ├── _condition
│   ├── _configure
│   ├── _coreadm
│   ├── _correct
│   ├── _correct_filename
│   ├── _correct_word
│   ├── _cowsay
│   ├── _cp
│   ├── _cpio
│   ├── _cplay
│   ├── _cryptsetup
│   ├── _cssh
│   ├── _csup
│   ├── _ctags_tags
│   ├── _cut
│   ├── _cvs
│   ├── _cvsup
│   ├── _cygcheck
│   ├── _cygpath
│   ├── _cygrunsrv
│   ├── _cygserver
│   ├── _cygstart
│   ├── _dak
│   ├── _darcs
│   ├── _date
│   ├── _dbus
│   ├── _dchroot
│   ├── _dchroot-dsa
│   ├── _dcop
│   ├── _dcut
│   ├── _dd
│   ├── _deb_packages
│   ├── _debchange
│   ├── _debdiff
│   ├── _debfoster
│   ├── _debsign
│   ├── _default
│   ├── _defaults
│   ├── _delimiters
│   ├── _describe
│   ├── _description
│   ├── _devtodo
│   ├── _df
│   ├── _dhclient
│   ├── _dhcpinfo
│   ├── _dict
│   ├── _dict_words
│   ├── _diff
│   ├── _diff_options
│   ├── _diffstat
│   ├── _dir_list
│   ├── _directories
│   ├── _directory_stack
│   ├── _dirs
│   ├── _disable
│   ├── _dispatch
│   ├── _django
│   ├── _dladm
│   ├── _dlocate
│   ├── _dmidecode
│   ├── _domains
│   ├── _dpatch-edit-patch
│   ├── _dpkg
│   ├── _dpkg-buildpackage
│   ├── _dpkg-cross
│   ├── _dpkg-repack
│   ├── _dpkg_source
│   ├── _dput
│   ├── _dtrace
│   ├── _du
│   ├── _dumpadm
│   ├── _dumper
│   ├── _dupload
│   ├── _dvi
│   ├── _dynamic_directory_name
│   ├── _ecasound
│   ├── _echotc
│   ├── _echoti
│   ├── _elinks
│   ├── _elm
│   ├── _email_addresses
│   ├── _emulate
│   ├── _enable
│   ├── _enscript
│   ├── _env
│   ├── _equal
│   ├── _espeak
│   ├── _etags
│   ├── _ethtool
│   ├── _expand
│   ├── _expand_alias
│   ├── _expand_word
│   ├── _fakeroot
│   ├── _fc
│   ├── _feh
│   ├── _fetch
│   ├── _fetchmail
│   ├── _ffmpeg
│   ├── _figlet
│   ├── _file_descriptors
│   ├── _file_systems
│   ├── _files
│   ├── _find
│   ├── _finger
│   ├── _fink
│   ├── _first
│   ├── _flasher
│   ├── _flex
│   ├── _floppy
│   ├── _flowadm
│   ├── _fmadm
│   ├── _fortune
│   ├── _freebsd-update
│   ├── _fsh
│   ├── _fstat
│   ├── _functions
│   ├── _fuse_arguments
│   ├── _fuse_values
│   ├── _fuser
│   ├── _fusermount
│   ├── _gcc
│   ├── _gcore
│   ├── _gdb
│   ├── _generic
│   ├── _genisoimage
│   ├── _getclip
│   ├── _getconf
│   ├── _getent
│   ├── _getfacl
│   ├── _getmail
│   ├── _git
│   ├── _git-buildpackage
│   ├── _global
│   ├── _global_tags
│   ├── _globflags
│   ├── _globqual_delims
│   ├── _globquals
│   ├── _gnome-gv
│   ├── _gnu_generic
│   ├── _gnupod
│   ├── _gnutls
│   ├── _go
│   ├── _gpg
│   ├── _gphoto2
│   ├── _gprof
│   ├── _gqview
│   ├── _gradle
│   ├── _graphicsmagick
│   ├── _grep
│   ├── _grep-excuses
│   ├── _groff
│   ├── _groups
│   ├── _growisofs
│   ├── _gs
│   ├── _guard
│   ├── _guilt
│   ├── _gv
│   ├── _gzip
│   ├── _hash
│   ├── _have_glob_qual
│   ├── _hdiutil
│   ├── _hg
│   ├── _history
│   ├── _history_complete_word
│   ├── _history_modifiers
│   ├── _hosts
│   ├── _hwinfo
│   ├── _iconv
│   ├── _id
│   ├── _ifconfig
│   ├── _iftop
│   ├── _ignored
│   ├── _imagemagick
│   ├── _in_vared
│   ├── _inetadm
│   ├── _init_d
│   ├── _initctl
│   ├── _invoke-rc.d
│   ├── _ionice
│   ├── _ip
│   ├── _ipadm
│   ├── _ipset
│   ├── _iptables
│   ├── _irssi
│   ├── _ispell
│   ├── _iwconfig
│   ├── _java
│   ├── _java_class
│   ├── _jobs
│   ├── _jobs_bg
│   ├── _jobs_builtin
│   ├── _jobs_fg
│   ├── _joe
│   ├── _join
│   ├── _kfmclient
│   ├── _kill
│   ├── _killall
│   ├── _kld
│   ├── _knock
│   ├── _kvno
│   ├── _last
│   ├── _ld_debug
│   ├── _ldd
│   ├── _less
│   ├── _lha
│   ├── _lighttpd
│   ├── _limit
│   ├── _limits
│   ├── _links
│   ├── _lintian
│   ├── _list
│   ├── _list_files
│   ├── _ln
│   ├── _loadkeys
│   ├── _locales
│   ├── _locate
│   ├── _logical_volumes
│   ├── _look
│   ├── _losetup
│   ├── _lp
│   ├── _ls
│   ├── _lscfg
│   ├── _lsdev
│   ├── _lslv
│   ├── _lsof
│   ├── _lspv
│   ├── _lsusb
│   ├── _lsvg
│   ├── _lynx
│   ├── _lzop
│   ├── _mac_applications
│   ├── _mac_files_for_application
│   ├── _madison
│   ├── _mail
│   ├── _mailboxes
│   ├── _main_complete
│   ├── _make
│   ├── _make-kpkg
│   ├── _man
│   ├── _match
│   ├── _math
│   ├── _math_params
│   ├── _matlab
│   ├── _md5sum
│   ├── _mdadm
│   ├── _members
│   ├── _mencal
│   ├── _menu
│   ├── _mere
│   ├── _mergechanges
│   ├── _message
│   ├── _metaflac
│   ├── _mh
│   ├── _mii-tool
│   ├── _mime_types
│   ├── _mkdir
│   ├── _mkshortcut
│   ├── _mkzsh
│   ├── _module
│   ├── _module-assistant
│   ├── _module_math_func
│   ├── _modutils
│   ├── _mondo
│   ├── _monotone
│   ├── _mosh
│   ├── _most_recent_file
│   ├── _mount
│   ├── _mozilla
│   ├── _mpc
│   ├── _mplayer
│   ├── _mt
│   ├── _mtools
│   ├── _mtr
│   ├── _multi_parts
│   ├── _mutt
│   ├── _my_accounts
│   ├── _mysql_utils
│   ├── _mysqldiff
│   ├── _nautilus
│   ├── _ncftp
│   ├── _nedit
│   ├── _net_interfaces
│   ├── _netcat
│   ├── _netscape
│   ├── _netstat
│   ├── _newsgroups
│   ├── _next_label
│   ├── _next_tags
│   ├── _nice
│   ├── _nkf
│   ├── _nm
│   ├── _nmap
│   ├── _nmcli
│   ├── _normal
│   ├── _nothing
│   ├── _notmuch
│   ├── _npm
│   ├── _nslookup
│   ├── _object_classes
│   ├── _okular
│   ├── _oldlist
│   ├── _open
│   ├── _options
│   ├── _options_set
│   ├── _options_unset
│   ├── _osc
│   ├── _other_accounts
│   ├── _pack
│   ├── _parameter
│   ├── _parameters
│   ├── _patch
│   ├── _path_commands
│   ├── _path_files
│   ├── _pax
│   ├── _pbm
│   ├── _pbuilder
│   ├── _pdf
│   ├── _pdftk
│   ├── _perforce
│   ├── _perl
│   ├── _perl_basepods
│   ├── _perl_modules
│   ├── _perldoc
│   ├── _pfctl
│   ├── _pfexec
│   ├── _pgrep
│   ├── _php
│   ├── _physical_volumes
│   ├── _pick_variant
│   ├── _pids
│   ├── _pine
│   ├── _ping
│   ├── _piuparts
│   ├── _pkg-config
│   ├── _pkg5
│   ├── _pkg_instance
│   ├── _pkgadd
│   ├── _pkginfo
│   ├── _pkgrm
│   ├── _pkgtool
│   ├── _pon
│   ├── _portaudit
│   ├── _portlint
│   ├── _portmaster
│   ├── _ports
│   ├── _portsnap
│   ├── _postfix
│   ├── _postscript
│   ├── _powerd
│   ├── _prcs
│   ├── _precommand
│   ├── _prefix
│   ├── _print
│   ├── _printenv
│   ├── _printers
│   ├── _procstat
│   ├── _prompt
│   ├── _prove
│   ├── _prstat
│   ├── _ps
│   ├── _ps1234
│   ├── _pscp
│   ├── _pspdf
│   ├── _psutils
│   ├── _ptree
│   ├── _pump
│   ├── _putclip
│   ├── _pydoc
│   ├── _python
│   ├── _qemu
│   ├── _qiv
│   ├── _qtplay
│   ├── _quilt
│   ├── _raggle
│   ├── _rake
│   ├── _ranlib
│   ├── _rar
│   ├── _rcs
│   ├── _read
│   ├── _read_comp
│   ├── _readshortcut
│   ├── _rebootin
│   ├── _redirect
│   ├── _regex_arguments
│   ├── _regex_words
│   ├── _remote_files
│   ├── _renice
│   ├── _reprepro
│   ├── _requested
│   ├── _retrieve_cache
│   ├── _retrieve_mac_apps
│   ├── _ri
│   ├── _rlogin
│   ├── _rm
│   ├── _rpm
│   ├── _rpmbuild
│   ├── _rrdtool
│   ├── _rsync
│   ├── _rubber
│   ├── _ruby
│   ├── _run-help
│   ├── _sablotron
│   ├── _samba
│   ├── _savecore
│   ├── _sccs
│   ├── _sched
│   ├── _schedtool
│   ├── _schroot
│   ├── _screen
│   ├── _sed
│   ├── _sep_parts
│   ├── _service
│   ├── _services
│   ├── _set
│   ├── _set_command
│   ├── _setfacl
│   ├── _setopt
│   ├── _setup
│   ├── _setxkbmap
│   ├── _sh
│   ├── _showmount
│   ├── _signals
│   ├── _sisu
│   ├── _slrn
│   ├── _smit
│   ├── _snoop
│   ├── _socket
│   ├── _sockstat
│   ├── _softwareupdate
│   ├── _sort
│   ├── _source
│   ├── _spamassassin
│   ├── _sqlite
│   ├── _sqsh
│   ├── _ssh
│   ├── _sshfs
│   ├── _stat
│   ├── _stgit
│   ├── _store_cache
│   ├── _strace
│   ├── _strip
│   ├── _stty
│   ├── _su
│   ├── _sub_commands
│   ├── _subscript
│   ├── _subversion
│   ├── _sudo
│   ├── _suffix_alias_files
│   ├── _surfraw
│   ├── _svcadm
│   ├── _svccfg
│   ├── _svcprop
│   ├── _svcs
│   ├── _svcs_fmri
│   ├── _svn-buildpackage
│   ├── _sysctl
│   ├── _systemd
│   ├── _tags
│   ├── _tar
│   ├── _tar_archive
│   ├── _tardy
│   ├── _tcpdump
│   ├── _tcpsys
│   ├── _tcptraceroute
│   ├── _telnet
│   ├── _terminals
│   ├── _tex
│   ├── _texi
│   ├── _texinfo
│   ├── _tidy
│   ├── _tiff
│   ├── _tilde
│   ├── _tilde_files
│   ├── _time_zone
│   ├── _tin
│   ├── _tla
│   ├── _tmux
│   ├── _todo.sh
│   ├── _toilet
│   ├── _toolchain-source
│   ├── _topgit
│   ├── _totd
│   ├── _tpb
│   ├── _tpconfig
│   ├── _tracepath
│   ├── _trap
│   ├── _tree
│   ├── _ttyctl
│   ├── _tune2fs
│   ├── _twidge
│   ├── _twisted
│   ├── _typeset
│   ├── _ulimit
│   ├── _uml
│   ├── _unace
│   ├── _uname
│   ├── _unexpand
│   ├── _unhash
│   ├── _uniq
│   ├── _unison
│   ├── _units
│   ├── _unsetopt
│   ├── _update-alternatives
│   ├── _update-rc.d
│   ├── _urls
│   ├── _urpmi
│   ├── _urxvt
│   ├── _uscan
│   ├── _user_admin
│   ├── _user_at_host
│   ├── _user_expand
│   ├── _user_math_func
│   ├── _users
│   ├── _users_on
│   ├── _uzbl
│   ├── _valgrind
│   ├── _value
│   ├── _values
│   ├── _vared
│   ├── _vars
│   ├── _vcsh
│   ├── _vim
│   ├── _vim-addons
│   ├── _vnc
│   ├── _volume_groups
│   ├── _vorbis
│   ├── _vorbiscomment
│   ├── _vserver
│   ├── _vux
│   ├── _w3m
│   ├── _wait
│   ├── _wajig
│   ├── _wakeup_capable_devices
│   ├── _wanna-build
│   ├── _wanted
│   ├── _webbrowser
│   ├── _wget
│   ├── _whereis
│   ├── _which
│   ├── _whois
│   ├── _wiggle
│   ├── _wpa_cli
│   ├── _x_arguments
│   ├── _x_borderwidth
│   ├── _x_color
│   ├── _x_colormapid
│   ├── _x_cursor
│   ├── _x_display
│   ├── _x_extension
│   ├── _x_font
│   ├── _x_geometry
│   ├── _x_keysym
│   ├── _x_locale
│   ├── _x_modifier
│   ├── _x_name
│   ├── _x_resource
│   ├── _x_selection_timeout
│   ├── _x_title
│   ├── _x_utils
│   ├── _x_visual
│   ├── _x_window
│   ├── _xargs
│   ├── _xauth
│   ├── _xclip
│   ├── _xdvi
│   ├── _xfig
│   ├── _xft_fonts
│   ├── _xloadimage
│   ├── _xmlsoft
│   ├── _xmms2
│   ├── _xmodmap
│   ├── _xournal
│   ├── _xpdf
│   ├── _xrandr
│   ├── _xscreensaver
│   ├── _xset
│   ├── _xt_arguments
│   ├── _xt_session_id
│   ├── _xterm
│   ├── _xv
│   ├── _xwit
│   ├── _xz
│   ├── _yafc
│   ├── _yast
│   ├── _yast2
│   ├── _yodl
│   ├── _yp
│   ├── _yum
│   ├── _zargs
│   ├── _zattr
│   ├── _zcalc_line
│   ├── _zcat
│   ├── _zcompile
│   ├── _zdump
│   ├── _zed
│   ├── _zfs
│   ├── _zfs_dataset
│   ├── _zfs_keysource_props
│   ├── _zfs_pool
│   ├── _zftp
│   ├── _zip
│   ├── _zle
│   ├── _zlogin
│   ├── _zmodload
│   ├── _zmv
│   ├── _zoneadm
│   ├── _zones
│   ├── _zpool
│   ├── _zpty
│   ├── _zsh-mime-handler
│   ├── _zstyle
│   ├── _ztodo
│   ├── _zypper
│   ├── add-zsh-hook
│   ├── age
│   ├── allopt
│   ├── backward-kill-word-match
│   ├── backward-word-match
│   ├── bashcompinit
│   ├── calendar
│   ├── calendar_add
│   ├── calendar_edit
│   ├── calendar_lockfiles
│   ├── calendar_parse
│   ├── calendar_read
│   ├── calendar_scandate
│   ├── calendar_show
│   ├── calendar_showdate
│   ├── calendar_sort
│   ├── capitalize-word-match
│   ├── catch
│   ├── cdr
│   ├── checkmail
│   ├── chpwd_recent_add
│   ├── chpwd_recent_dirs
│   ├── chpwd_recent_filehandler
│   ├── colors
│   ├── compaudit
│   ├── compdump
│   ├── compinit
│   ├── compinstall
│   ├── copy-earlier-word
│   ├── cycle-completion-positions
│   ├── define-composed-chars
│   ├── delete-whole-word-match
│   ├── down-case-word-match
│   ├── down-line-or-beginning-search
│   ├── edit-command-line
│   ├── forward-word-match
│   ├── getjobs
│   ├── harden
│   ├── history-beginning-search-menu
│   ├── history-pattern-search
│   ├── history-search-end
│   ├── incarg
│   ├── incremental-complete-word
│   ├── insert-composed-char
│   ├── insert-files
│   ├── insert-unicode-char
│   ├── is-at-least
│   ├── keeper
│   ├── keymap+widget
│   ├── kill-word-match
│   ├── match-word-context
│   ├── match-words-by-style
│   ├── mere
│   ├── modify-current-argument
│   ├── move-line-in-buffer
│   ├── narrow-to-region
│   ├── narrow-to-region-invisible
│   ├── nslookup
│   ├── pick-web-browser
│   ├── predict-on
│   ├── prompt_adam1_setup
│   ├── prompt_adam2_setup
│   ├── prompt_bart_setup
│   ├── prompt_bigfade_setup
│   ├── prompt_clint_setup
│   ├── prompt_elite2_setup
│   ├── prompt_elite_setup
│   ├── prompt_fade_setup
│   ├── prompt_fire_setup
│   ├── prompt_off_setup
│   ├── prompt_oliver_setup
│   ├── prompt_pws_setup
│   ├── prompt_redhat_setup
│   ├── prompt_special_chars
│   ├── prompt_suse_setup
│   ├── prompt_walters_setup
│   ├── prompt_zefram_setup
│   ├── promptinit
│   ├── promptnl
│   ├── quote-and-complete-word
│   ├── read-from-minibuffer
│   ├── regexp-replace
│   ├── relative
│   ├── replace-string
│   ├── replace-string-again
│   ├── run-help
│   ├── run-help-git
│   ├── run-help-openssl
│   ├── run-help-p4
│   ├── run-help-sudo
│   ├── run-help-svk
│   ├── run-help-svn
│   ├── select-word-style
│   ├── send-invisible
│   ├── smart-insert-last-word
│   ├── split-shell-arguments
│   ├── sticky-note
│   ├── tcp_alias
│   ├── tcp_close
│   ├── tcp_command
│   ├── tcp_expect
│   ├── tcp_fd_handler
│   ├── tcp_log
│   ├── tcp_open
│   ├── tcp_output
│   ├── tcp_point
│   ├── tcp_proxy
│   ├── tcp_read
│   ├── tcp_rename
│   ├── tcp_send
│   ├── tcp_sess
│   ├── tcp_shoot
│   ├── tcp_spam
│   ├── tcp_talk
│   ├── tcp_wait
│   ├── tetris
│   ├── throw
│   ├── transpose-lines
│   ├── transpose-words-match
│   ├── up-case-word-match
│   ├── up-line-or-beginning-search
│   ├── url-quote-magic
│   ├── vcs_info
│   ├── vcs_info_hookadd
│   ├── vcs_info_hookdel
│   ├── vcs_info_lastmsg
│   ├── vcs_info_printsys
│   ├── vcs_info_setsys
│   ├── which-command
│   ├── xtermctl
│   ├── zargs
│   ├── zcalc
│   ├── zed
│   ├── zed-set-file-name
│   ├── zfanon
│   ├── zfautocheck
│   ├── zfcd
│   ├── zfcd_match
│   ├── zfcget
│   ├── zfclose
│   ├── zfcput
│   ├── zfdir
│   ├── zffcache
│   ├── zfgcp
│   ├── zfget
│   ├── zfget_match
│   ├── zfgoto
│   ├── zfhere
│   ├── zfinit
│   ├── zfls
│   ├── zfmark
│   ├── zfopen
│   ├── zfparams
│   ├── zfpcp
│   ├── zfput
│   ├── zfrglob
│   ├── zfrtime
│   ├── zfsession
│   ├── zfstat
│   ├── zftp_chpwd
│   ├── zftp_progress
│   ├── zftransfer
│   ├── zftype
│   ├── zfuget
│   ├── zfuput
│   ├── zkbd
│   ├── zmathfuncdef
│   ├── zmv
│   ├── zrecompile
│   ├── zsh-mime-contexts
│   ├── zsh-mime-handler
│   ├── zsh-mime-setup
│   ├── zsh-newuser-install
│   ├── zsh_directory_name_cdr
│   ├── zstyle+
│   └── ztodo
└── scripts
└── newuser
13 directories, 1081 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment