summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-07 11:45:41 -0700
commit388bf8f664e9021bc87b6b4286f82506f775d6aa (patch)
tree4a40a241c83becfe04fac5da8a8c22ab69a0a2dc /.config
parente392e8ba753efc431fcb92e8fa709808589a7c61 (diff)
Config ranger, add zathura config, add py scripts
Diffstat (limited to '.config')
-rw-r--r--.config/Dharkael/flameshot.ini2
-rw-r--r--.config/ranger/rc.conf80
-rw-r--r--.config/ranger/rifle.conf6
-rwxr-xr-x.config/ranger/scope.sh8
-rw-r--r--.config/zathura/zathurarc53
-rw-r--r--.config/zsh/.zcompdump363
6 files changed, 254 insertions, 258 deletions
diff --git a/.config/Dharkael/flameshot.ini b/.config/Dharkael/flameshot.ini
index eb65cb9..eba4292 100644
--- a/.config/Dharkael/flameshot.ini
+++ b/.config/Dharkael/flameshot.ini
@@ -5,4 +5,4 @@ disabledTrayIcon=false
drawColor=#ff0000
drawThickness=0
filenamePattern=fs_%e%b%Y_%H%M%S
-savePath=/home/luevano/pix/ss/
+savePath=/home/luevano/pix/ss
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf
index 6ae0336..209a884 100644
--- a/.config/ranger/rc.conf
+++ b/.config/ranger/rc.conf
@@ -1,29 +1,10 @@
# ===================================================================
-# This file contains the default startup commands for ranger.
-# To change them, it is recommended to create either /etc/ranger/rc.conf
-# (system-wide) or ~/.config/ranger/rc.conf (per user) and add your custom
-# commands there.
-#
-# If you copy this whole file there, you may want to set the environment
-# variable RANGER_LOAD_DEFAULT_RC to FALSE to avoid loading it twice.
-#
-# The purpose of this file is mainly to define keybindings and settings.
-# For running more complex python code, please create a plugin in "plugins/" or
-# a command in "commands.py".
-#
-# Each line is a command that will be run before the user interface
-# is initialized. As a result, you can not use commands which rely
-# on the UI such as :delete or :mark.
-# ===================================================================
-
-# ===================================================================
# == Options
# ===================================================================
-# Which viewmode should be used? Possible values are:
-# miller: Use miller columns which show multiple levels of the hierarchy
-# multipane: Midnight-commander like multipane view showing all tabs next
-# to each other
+# miller: Use miller columns which show multiple levels of the hierarchy
+# multipane: Midnight-commander like multipane view showing all tabs next
+# to each other
set viewmode miller
#set viewmode multipane
@@ -57,7 +38,7 @@ set automatically_count_files true
set open_all_images true
# Be aware of version control systems and display information.
-set vcs_aware false
+set vcs_aware true
# State of the four backends git, hg, bzr, svn. The possible states are
# disabled, local (only show local info), enabled (show local and remote
@@ -71,41 +52,12 @@ set vcs_backend_svn disabled
set preview_images true
# Set the preview image method. Supported methods:
-#
-# * w3m (default):
-# Preview images in full color with the external command "w3mimgpreview"?
-# This requires the console web browser "w3m" and a supported terminal.
-# It has been successfully tested with "xterm" and "urxvt" without tmux.
-#
-# * iterm2:
-# Preview images in full color using iTerm2 image previews
-# (http://iterm2.com/images.html). This requires using iTerm2 compiled
-# with image preview support.
-#
-# This feature relies on the dimensions of the terminal's font. By default, a
-# width of 8 and height of 11 are used. To use other values, set the options
-# iterm2_font_width and iterm2_font_height to the desired values.
-#
-# * terminology:
-# Previews images in full color in the terminology terminal emulator.
-# Supports a wide variety of formats, even vector graphics like svg.
-#
-# * urxvt:
-# Preview images in full color using urxvt image backgrounds. This
-# requires using urxvt compiled with pixbuf support.
-#
-# * urxvt-full:
-# The same as urxvt but utilizing not only the preview pane but the
-# whole terminal window.
-#
-# * kitty:
-# Preview images in full color using kitty image protocol.
-# Requires python PIL or pillow library.
-# If ranger does not share the local filesystem with kitty
-# the transfer method is changed to encode the whole image;
-# while slower, this allows remote previews,
-# for example during an ssh session.
-# Tmux is unsupported.
+# w3m (default)
+# iterm2
+# terminology
+# urxvt
+# urxvt-full
+# kitty
set preview_images_method w3m
# Delay in seconds before displaying an image with the w3m method.
@@ -150,13 +102,13 @@ set draw_progress_bar_in_status_bar true
# Separators are vertical lines between columns.
# Outline draws a box around all the columns.
# Both combines the two.
-set draw_borders none
+set draw_borders both
# Display the directory name in tabs?
set dirname_in_tabs false
# Enable the mouse support?
-set mouse_enabled true
+set mouse_enabled false
# Display the file size in the main column or status bar?
set display_size_in_main_column true
@@ -182,11 +134,11 @@ set shorten_title 3
set hostname_in_titlebar true
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
-set tilde_in_titlebar false
+set tilde_in_titlebar true
# How many directory-changes or console-commands should be kept in history?
-set max_history_size 20
-set max_console_history_size 50
+set max_history_size 100
+set max_console_history_size 500
# Try to keep so much space between the top/bottom border when scrolling:
set scroll_offset 8
@@ -266,7 +218,7 @@ set clear_filters_on_dir_change false
# Disable displaying line numbers in main column.
# Possible values: false, absolute, relative.
-set line_numbers false
+set line_numbers relative
# When line_numbers=relative show the absolute line number in the
# current line.
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index babdcda..3a5df7d 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -1,9 +1,7 @@
-# vim: ft=cfg
#
-# This is the configuration file of "rifle", ranger's file executor/opener.
-# Each line consists of conditions and a command. For each line the conditions
-# are checked and if they are met, the respective command is run.
#
+# vim: ft=cfg
+
# Syntax:
# <condition1> , <condition2> , ... = command
#
diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh
index 13a25b4..9edf5b9 100755
--- a/.config/ranger/scope.sh
+++ b/.config/ranger/scope.sh
@@ -3,14 +3,6 @@
set -o noclobber -o noglob -o nounset -o pipefail
IFS=$'\n'
-# If the option `use_preview_script` is set to `true`,
-# then this script will be called and its output will be displayed in ranger.
-# ANSI color codes are supported.
-# STDIN is disabled, so interactive scripts won't work properly
-
-# This script is considered a configuration file and must be updated manually.
-# It will be left untouched if you upgrade ranger.
-
# Meanings of exit codes:
# code | meaning | action of ranger
# -----+------------+-------------------------------------------
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..60f4d46
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,53 @@
+##---Startup options---##
+set adjust-open width
+set recolor true
+map <C-Tab> toggle_statusbar
+set guioptions ""
+set selection-clipboard clipboard
+set window-title-home-tilde true
+set statusbar-home-tilde true
+set adjust-open "best-fit"
+
+##---Dracula color theme for Zathura---##
+# link:( https://github.com/dracula/dracula-theme#color-palette )
+# Swaps Foreground for Background to get a light version
+# Comment after the color is the color's name, as it appears in the palette
+
+# Light/Default mode settings:
+set notification-error-bg "#ff5555" # Red
+set notification-error-fg "#f8f8f2" # Foreground
+set notification-warning-bg "#ffb86c" # Orange
+set notification-warning-fg "#44475a" # Selection
+set notification-bg "#282a36" # Background
+set notification-fg "#f8f8f2" # Foreground
+
+set completion-bg "#282a36" # Background
+set completion-fg "#6272a4" # Comment
+set completion-group-bg "#282a36" # Background
+set completion-group-fg "#6272a4" # Comment
+set completion-highlight-bg "#44475a" # Selection
+set completion-highlight-fg "#f8f8f2" # Foreground
+
+set index-bg "#282a36" # Background
+set index-fg "#f8f8f2" # Foreground
+set index-active-bg "#44475a" # Current Line
+set index-active-fg "#f8f8f2" # Foreground
+
+set inputbar-bg "#282a36" # Background
+set inputbar-fg "#f8f8f2" # Foreground
+set statusbar-bg "#282a36" # Background
+set statusbar-fg "#f8f8f2" # Foreground
+
+set highlight-color "#ffb86c" # Orange
+set highlight-active-color "#ff79c6" # Pink
+
+set default-bg "#282a36" # Background
+set default-fg "#f8f8f2" # Foreground
+
+set render-loading true
+set render-loading-fg "#282a36" # Background
+set render-loading-bg "#f8f8f2" # Foreground
+
+# Recolor mode settings
+set recolor-lightcolor "#282a36" # Background
+set recolor-darkcolor "#f8f8f2" # Foreground
diff --git a/.config/zsh/.zcompdump b/.config/zsh/.zcompdump
index 7b003ad..4448561 100644
--- a/.config/zsh/.zcompdump
+++ b/.config/zsh/.zcompdump
@@ -1,4 +1,4 @@
-#files: 909 version: 5.8
+#files: 910 version: 5.8
_comps=(
'-' '_precommand'
@@ -141,6 +141,7 @@ _comps=(
'cal' '_cal'
'calendar' '_calendar'
'cap' '_cap'
+'cargo' '_cargo'
'cask' '_cask'
'cat' '_cat'
'catchsegv' '_precommand'
@@ -1758,186 +1759,186 @@ bindkey '^[~' _bash_complete-word
autoload -Uz _afew _alacritty _android _archlinux-java _artisan \
_atach _bitcoin-cli _bootctl _bower _bundle \
- _busctl _caffeinate _cap _cask _ccache \
- _cf _cheat _choc _chromium _cmake \
- _coffee _composer _conan _concourse _console \
- _coredumpctl _curl _dad _debuild _dget \
- _dhcpcd _diana _docpad _drush _ecdsautil \
- _emulator _envdir _exportfs _fab _ffind \
- _fleetctl _flutter _force _fwupdmgr _gas \
- _ghc _gist _git-flow _git-journal _git-pulls \
- _git-wtf _glances _golang _google _gtk-launch \
- _hledger _homestead _hostnamectl _httpie _ibus \
- _include-what-you-use _inxi _jmeter _jmeter-plugins _jonas \
- _journalctl _jrnl _kak _kernel-install _kitchen \
- _knife _language_codes _libinput _localectl _loginctl \
- _lunchy _machinectl _middleman _mina _mix \
- _mkinitcpio _mussh _mvn _nano _networkctl \
- _nftables _node _nvm _openssl _optirun \
- _pacman _patool _perf _periscope _pgsql_utils \
- _phing _pixz _pkcon _play _pm2 \
- _port _pulseaudio _pygmentize _rails _ralio \
- _redis-cli _resolvectl _rfkill _rkt _rslsync \
- _rspec _rsvm _rubocop _sbt _scala \
- _scrub _sdd _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes \
- _sd_unit_files _setcap _setup.py _sfdx _showoff \
- _srm _stack _subl _subliminal _supervisorctl \
- _svm _systemctl _systemd _systemd-analyze _systemd-delta \
- _systemd-inhibit _systemd-nspawn _systemd-run _systemd-tmpfiles _tarsnap \
- _teamocil _thor _timedatectl _tmuxinator _tmuxp \
- _tox _trash-empty _trash-list _trash-put _trash-restore \
- _udevadm _udiskie _udiskie-mount _udiskie-umount _udisksctl \
- _ufw _vagrant _virtualbox _vnstat _wemux \
- _wg-quick _xinput _xsel _yaourt _yarn \
- _yay _zathura _zcash-cli _cdr _all_labels \
- _all_matches _alternative _approximate _arg_compile _arguments \
- _bash_completions _cache_invalid _call_function _combination _complete \
- _complete_debug _complete_help _complete_help_generic _complete_tag _comp_locale \
- _correct _correct_filename _correct_word _describe _description \
- _dispatch _expand _expand_alias _expand_word _extensions \
- _external_pwds _generic _guard _history _history_complete_word \
- _ignored _list _main_complete _match _menu \
- _message _most_recent_file _multi_parts _next_label _next_tags \
- _normal _nothing _oldlist _pick_variant _prefix \
- _read_comp _regex_arguments _regex_words _requested _retrieve_cache \
- _sep_parts _sequence _set_command _setup _store_cache \
- _sub_commands _tags _user_expand _values _wanted \
- _acpi _acpitool _alsa-utils _analyseplugin _brctl \
- _btrfs _chattr _chcon _chrt _cpupower \
- _cryptsetup _dkms _e2label _ethtool _findmnt \
- _free _fuse_arguments _fusermount _fuse_values _gpasswd \
- _htop _iconvconfig _ionice _ipset _iptables \
- _iwconfig _kpartx _losetup _lsattr _lsblk \
- _lsusb _ltrace _mdadm _mii-tool _modutils \
- _mondo _networkmanager _opkg _pidof _pmap \
- _qdbus _schedtool _selinux_contexts _selinux_roles _selinux_types \
- _selinux_users _setsid _slabtop _ss _sshfs \
- _strace _sysstat _tload _tpb _tracepath \
- _tune2fs _uml _valgrind _vserver _wakeup_capable_devices \
- _wipefs _wpa_cli _a2ps _aap _abcde \
- _absolute_command_paths _ack _adb _ansible _ant \
- _antiword _apachectl _apm _arch_archives _arch_namespace \
- _arp _arping _asciidoctor _asciinema _at \
- _attr _augeas _avahi _awk _base64 \
- _basename _bash _baudrates _baz _beep \
- _bibtex _bind_addresses _bison _bittorrent _bogofilter \
- _bpf_filters _bpython _bzip2 _bzr _cabal \
- _cal _calendar _canonical_paths _cat _ccal \
- _cdcd _cdrdao _cdrecord _chkconfig _chmod \
- _chown _chroot _chsh _cksum _clay \
- _cmdambivalent _cmdstring _cmp _column _comm \
- _composer _compress _configure _cowsay _cp \
- _cpio _cplay _crontab _cscope _cssh \
- _ctags_tags _curl _cut _cvs _darcs \
- _date _date_formats _dates _dbus _dconf \
- _dd _devtodo _df _dhclient _dict \
- _dict_words _diff _diff3 _diff_options _diffstat \
- _dig _directories _dir_list _django _dmesg \
- _dmidecode _dns_types _doas _domains _dos2unix \
- _drill _dsh _dtruss _du _dvi \
- _ecasound _ed _elfdump _elinks _email_addresses \
- _enscript _entr _env _espeak _etags \
- _fakeroot _feh _fetchmail _ffmpeg _figlet \
- _file_modes _files _file_systems _find _find_net_interfaces \
- _finger _flac _flex _fmt _fold \
- _fortune _fsh _fuser _gcc _gcore \
- _gdb _gem _genisoimage _getconf _getent \
- _getfacl _getmail _getopt _ghostscript _git \
- _global _global_tags _gnu_generic _gnupod _gnutls \
- _go _gpg _gphoto2 _gprof _gradle \
- _graphicsmagick _grep _groff _groups _growisofs \
- _gsettings _guilt _gzip _have_glob_qual _head \
- _hexdump _host _hostname _hosts _iconv \
- _id _ifconfig _iftop _imagemagick _initctl \
- _init_d _install _iostat _ip _ipsec \
- _irssi _ispell _java _java_class _joe \
- _join _jq _killall _knock _kvno \
- _last _ldconfig _ldd _ld_debug _less \
- _lha _libvirt _links _list_files _lldb \
- _ln _loadkeys _locale _localedef _locales \
- _locate _look _lp _ls _lsof \
- _lua _luarocks _lynx _lz4 _lzop \
- _mail _mailboxes _make _man _md5sum \
- _mencal _mh _mime_types _mkdir _mkfifo \
- _mknod _mktemp _module _monotone _moosic \
- _mosh _mount _mpc _mt _mtools \
- _mtr _mutt _mv _my_accounts _myrepos \
- _mysqldiff _mysql_utils _ncftp _netcat _net_interfaces \
- _netstat _newsgroups _nginx _ngrep _nice \
- _nkf _nl _nm _nmap _npm \
- _nslookup _numfmt _objdump _object_files _od \
- _openstack _other_accounts _pack _pandoc _paste \
- _patch _patchutils _path_commands _path_files _pax \
- _pbm _pdf _perforce _perl _perl_basepods \
- _perldoc _perl_modules _pgrep _php _picocom \
- _pids _pine _ping _pkgadd _pkg-config \
- _pkginfo _pkg_instance _pkgrm _pon _ports \
- _postfix _postgresql _postscript _printenv _printers \
- _process_names _prove _ps _pspdf _psutils \
- _pump _pv _pwgen _pydoc _python \
- _python_modules _qemu _quilt _rake _ranlib \
- _rar _rclone _rcs _readelf _readlink \
- _remote_files _renice _ri _rlogin _rm \
- _rmdir _route _rrdtool _rsync _rubber \
- _ruby _runit _samba _sccs _scons \
- _screen _script _seafile _sed _seq \
- _service _services _setfacl _sh _shasum \
- _showmount _shred _shuf _shutdown _signals \
- _sisu _slrn _smartmontools _socket _sort \
- _spamassassin _split _sqlite _sqsh _ssh \
- _ssh_hosts _stat _stdbuf _stgit _stow \
- _strings _strip _stty _su _subversion \
- _sudo _surfraw _swaks _swanctl _swift \
- _sys_calls _sysctl _tac _tail _tar \
- _tar_archive _tardy _tcpdump _tcptraceroute _tee \
- _telnet _terminals _tex _texi _texinfo \
- _tidy _tiff _tilde_files _timeout _time_zone \
- _tin _tla _tmux _todo.sh _toilet \
- _top _topgit _totd _touch _tput \
- _tr _transmission _tree _truss _tty \
- _ttys _twidge _twisted _umountable _unace \
- _uname _unexpand _uniq _unison _units \
- _uptime _urls _user_admin _user_at_host _users \
- _users_on _vcsh _vim _visudo _vmstat \
- _vorbis _vpnc _w _w3m _watch \
- _wc _webbrowser _wget _whereis _who \
- _whois _wiggle _xargs _xmlsoft _xmlstarlet \
- _xmms2 _xxd _xz _yafc _yodl \
- _yp _zcat _zdump _zfs _zfs_dataset \
- _zfs_keysource_props _zfs_pool _zip _zpool _zsh \
- _acroread _code _dcop _eog _evince \
- _geany _gnome-gv _gqview _gv _kdeconnect \
- _kfmclient _matlab _mozilla _mplayer _mupdf \
- _nautilus _nedit _netscape _okular _pdftk \
- _qiv _rdesktop _setxkbmap _sublimetext _urxvt \
- _vnc _x_arguments _xauth _xautolock _x_borderwidth \
- _xclip _x_color _x_colormapid _x_cursor _x_display \
- _xdvi _x_extension _xfig _x_font _xft_fonts \
- _x_geometry _x_keysym _xloadimage _x_locale _x_modifier \
- _xmodmap _x_name _xournal _xpdf _xrandr \
- _x_resource _xscreensaver _x_selection_timeout _xset _xt_arguments \
- _xterm _x_title _xt_session_id _x_utils _xv \
- _x_visual _x_window _xwit _zeal _add-zle-hook-widget \
- _add-zsh-hook _alias _aliases _arrays _assign \
- _autocd _bindkey _brace_parameter _builtin _cd \
- _command _command_names _compadd _compdef _completers \
- _condition _default _delimiters _directory_stack _dirs \
- _disable _dynamic_directory_name _echotc _echoti _emulate \
- _enable _equal _exec _fc _file_descriptors \
- _first _functions _globflags _globqual_delims _globquals \
- _hash _history_modifiers _in_vared _jobs _jobs_bg \
- _jobs_builtin _jobs_fg _kill _limit _limits \
- _math _math_params _mere _module_math_func _options \
- _options_set _options_unset _parameter _parameters _precommand \
- _print _prompt _ps1234 _read _redirect \
- _run-help _sched _set _setopt _source \
- _strftime _subscript _suffix_alias_files _tcpsys _tilde \
- _trap _ttyctl _typeset _ulimit _unhash \
- _user_math_func _value _vared _vars _wait \
- _which _widgets _zargs _zattr _zcalc \
- _zcalc_line _zcompile _zed _zftp _zle \
- _zmodload _zmv _zparseopts _zpty _zsh-mime-handler \
- _zsocket _zstyle _ztodo
+ _busctl _caffeinate _cap _cargo _cask \
+ _ccache _cf _cheat _choc _chromium \
+ _cmake _coffee _composer _conan _concourse \
+ _console _coredumpctl _curl _dad _debuild \
+ _dget _dhcpcd _diana _docpad _drush \
+ _ecdsautil _emulator _envdir _exportfs _fab \
+ _ffind _fleetctl _flutter _force _fwupdmgr \
+ _gas _ghc _gist _git-flow _git-journal \
+ _git-pulls _git-wtf _glances _golang _google \
+ _gtk-launch _hledger _homestead _hostnamectl _httpie \
+ _ibus _include-what-you-use _inxi _jmeter _jmeter-plugins \
+ _jonas _journalctl _jrnl _kak _kernel-install \
+ _kitchen _knife _language_codes _libinput _localectl \
+ _loginctl _lunchy _machinectl _middleman _mina \
+ _mix _mkinitcpio _mussh _mvn _nano \
+ _networkctl _nftables _node _nvm _openssl \
+ _optirun _pacman _patool _perf _periscope \
+ _pgsql_utils _phing _pixz _pkcon _play \
+ _pm2 _port _pulseaudio _pygmentize _rails \
+ _ralio _redis-cli _resolvectl _rfkill _rkt \
+ _rslsync _rspec _rsvm _rubocop _sbt \
+ _scala _scrub _sdd _sd_hosts_or_user_at_host _sd_machines \
+ _sd_outputmodes _sd_unit_files _setcap _setup.py _sfdx \
+ _showoff _srm _stack _subl _subliminal \
+ _supervisorctl _svm _systemctl _systemd _systemd-analyze \
+ _systemd-delta _systemd-inhibit _systemd-nspawn _systemd-run _systemd-tmpfiles \
+ _tarsnap _teamocil _thor _timedatectl _tmuxinator \
+ _tmuxp _tox _trash-empty _trash-list _trash-put \
+ _trash-restore _udevadm _udiskie _udiskie-mount _udiskie-umount \
+ _udisksctl _ufw _vagrant _virtualbox _vnstat \
+ _wemux _wg-quick _xinput _xsel _yaourt \
+ _yarn _yay _zathura _zcash-cli _cdr \
+ _all_labels _all_matches _alternative _approximate _arg_compile \
+ _arguments _bash_completions _cache_invalid _call_function _combination \
+ _complete _complete_debug _complete_help _complete_help_generic _complete_tag \
+ _comp_locale _correct _correct_filename _correct_word _describe \
+ _description _dispatch _expand _expand_alias _expand_word \
+ _extensions _external_pwds _generic _guard _history \
+ _history_complete_word _ignored _list _main_complete _match \
+ _menu _message _most_recent_file _multi_parts _next_label \
+ _next_tags _normal _nothing _oldlist _pick_variant \
+ _prefix _read_comp _regex_arguments _regex_words _requested \
+ _retrieve_cache _sep_parts _sequence _set_command _setup \
+ _store_cache _sub_commands _tags _user_expand _values \
+ _wanted _acpi _acpitool _alsa-utils _analyseplugin \
+ _brctl _btrfs _chattr _chcon _chrt \
+ _cpupower _cryptsetup _dkms _e2label _ethtool \
+ _findmnt _free _fuse_arguments _fusermount _fuse_values \
+ _gpasswd _htop _iconvconfig _ionice _ipset \
+ _iptables _iwconfig _kpartx _losetup _lsattr \
+ _lsblk _lsusb _ltrace _mdadm _mii-tool \
+ _modutils _mondo _networkmanager _opkg _pidof \
+ _pmap _qdbus _schedtool _selinux_contexts _selinux_roles \
+ _selinux_types _selinux_users _setsid _slabtop _ss \
+ _sshfs _strace _sysstat _tload _tpb \
+ _tracepath _tune2fs _uml _valgrind _vserver \
+ _wakeup_capable_devices _wipefs _wpa_cli _a2ps _aap \
+ _abcde _absolute_command_paths _ack _adb _ansible \
+ _ant _antiword _apachectl _apm _arch_archives \
+ _arch_namespace _arp _arping _asciidoctor _asciinema \
+ _at _attr _augeas _avahi _awk \
+ _base64 _basename _bash _baudrates _baz \
+ _beep _bibtex _bind_addresses _bison _bittorrent \
+ _bogofilter _bpf_filters _bpython _bzip2 _bzr \
+ _cabal _cal _calendar _canonical_paths _cat \
+ _ccal _cdcd _cdrdao _cdrecord _chkconfig \
+ _chmod _chown _chroot _chsh _cksum \
+ _clay _cmdambivalent _cmdstring _cmp _column \
+ _comm _composer _compress _configure _cowsay \
+ _cp _cpio _cplay _crontab _cscope \
+ _cssh _ctags_tags _curl _cut _cvs \
+ _darcs _date _date_formats _dates _dbus \
+ _dconf _dd _devtodo _df _dhclient \
+ _dict _dict_words _diff _diff3 _diff_options \
+ _diffstat _dig _directories _dir_list _django \
+ _dmesg _dmidecode _dns_types _doas _domains \
+ _dos2unix _drill _dsh _dtruss _du \
+ _dvi _ecasound _ed _elfdump _elinks \
+ _email_addresses _enscript _entr _env _espeak \
+ _etags _fakeroot _feh _fetchmail _ffmpeg \
+ _figlet _file_modes _files _file_systems _find \
+ _find_net_interfaces _finger _flac _flex _fmt \
+ _fold _fortune _fsh _fuser _gcc \
+ _gcore _gdb _gem _genisoimage _getconf \
+ _getent _getfacl _getmail _getopt _ghostscript \
+ _git _global _global_tags _gnu_generic _gnupod \
+ _gnutls _go _gpg _gphoto2 _gprof \
+ _gradle _graphicsmagick _grep _groff _groups \
+ _growisofs _gsettings _guilt _gzip _have_glob_qual \
+ _head _hexdump _host _hostname _hosts \
+ _iconv _id _ifconfig _iftop _imagemagick \
+ _initctl _init_d _install _iostat _ip \
+ _ipsec _irssi _ispell _java _java_class \
+ _joe _join _jq _killall _knock \
+ _kvno _last _ldconfig _ldd _ld_debug \
+ _less _lha _libvirt _links _list_files \
+ _lldb _ln _loadkeys _locale _localedef \
+ _locales _locate _look _lp _ls \
+ _lsof _lua _luarocks _lynx _lz4 \
+ _lzop _mail _mailboxes _make _man \
+ _md5sum _mencal _mh _mime_types _mkdir \
+ _mkfifo _mknod _mktemp _module _monotone \
+ _moosic _mosh _mount _mpc _mt \
+ _mtools _mtr _mutt _mv _my_accounts \
+ _myrepos _mysqldiff _mysql_utils _ncftp _netcat \
+ _net_interfaces _netstat _newsgroups _nginx _ngrep \
+ _nice _nkf _nl _nm _nmap \
+ _npm _nslookup _numfmt _objdump _object_files \
+ _od _openstack _other_accounts _pack _pandoc \
+ _paste _patch _patchutils _path_commands _path_files \
+ _pax _pbm _pdf _perforce _perl \
+ _perl_basepods _perldoc _perl_modules _pgrep _php \
+ _picocom _pids _pine _ping _pkgadd \
+ _pkg-config _pkginfo _pkg_instance _pkgrm _pon \
+ _ports _postfix _postgresql _postscript _printenv \
+ _printers _process_names _prove _ps _pspdf \
+ _psutils _pump _pv _pwgen _pydoc \
+ _python _python_modules _qemu _quilt _rake \
+ _ranlib _rar _rclone _rcs _readelf \
+ _readlink _remote_files _renice _ri _rlogin \
+ _rm _rmdir _route _rrdtool _rsync \
+ _rubber _ruby _runit _samba _sccs \
+ _scons _screen _script _seafile _sed \
+ _seq _service _services _setfacl _sh \
+ _shasum _showmount _shred _shuf _shutdown \
+ _signals _sisu _slrn _smartmontools _socket \
+ _sort _spamassassin _split _sqlite _sqsh \
+ _ssh _ssh_hosts _stat _stdbuf _stgit \
+ _stow _strings _strip _stty _su \
+ _subversion _sudo _surfraw _swaks _swanctl \
+ _swift _sys_calls _sysctl _tac _tail \
+ _tar _tar_archive _tardy _tcpdump _tcptraceroute \
+ _tee _telnet _terminals _tex _texi \
+ _texinfo _tidy _tiff _tilde_files _timeout \
+ _time_zone _tin _tla _tmux _todo.sh \
+ _toilet _top _topgit _totd _touch \
+ _tput _tr _transmission _tree _truss \
+ _tty _ttys _twidge _twisted _umountable \
+ _unace _uname _unexpand _uniq _unison \
+ _units _uptime _urls _user_admin _user_at_host \
+ _users _users_on _vcsh _vim _visudo \
+ _vmstat _vorbis _vpnc _w _w3m \
+ _watch _wc _webbrowser _wget _whereis \
+ _who _whois _wiggle _xargs _xmlsoft \
+ _xmlstarlet _xmms2 _xxd _xz _yafc \
+ _yodl _yp _zcat _zdump _zfs \
+ _zfs_dataset _zfs_keysource_props _zfs_pool _zip _zpool \
+ _zsh _acroread _code _dcop _eog \
+ _evince _geany _gnome-gv _gqview _gv \
+ _kdeconnect _kfmclient _matlab _mozilla _mplayer \
+ _mupdf _nautilus _nedit _netscape _okular \
+ _pdftk _qiv _rdesktop _setxkbmap _sublimetext \
+ _urxvt _vnc _x_arguments _xauth _xautolock \
+ _x_borderwidth _xclip _x_color _x_colormapid _x_cursor \
+ _x_display _xdvi _x_extension _xfig _x_font \
+ _xft_fonts _x_geometry _x_keysym _xloadimage _x_locale \
+ _x_modifier _xmodmap _x_name _xournal _xpdf \
+ _xrandr _x_resource _xscreensaver _x_selection_timeout _xset \
+ _xt_arguments _xterm _x_title _xt_session_id _x_utils \
+ _xv _x_visual _x_window _xwit _zeal \
+ _add-zle-hook-widget _add-zsh-hook _alias _aliases _arrays \
+ _assign _autocd _bindkey _brace_parameter _builtin \
+ _cd _command _command_names _compadd _compdef \
+ _completers _condition _default _delimiters _directory_stack \
+ _dirs _disable _dynamic_directory_name _echotc _echoti \
+ _emulate _enable _equal _exec _fc \
+ _file_descriptors _first _functions _globflags _globqual_delims \
+ _globquals _hash _history_modifiers _in_vared _jobs \
+ _jobs_bg _jobs_builtin _jobs_fg _kill _limit \
+ _limits _math _math_params _mere _module_math_func \
+ _options _options_set _options_unset _parameter _parameters \
+ _precommand _print _prompt _ps1234 _read \
+ _redirect _run-help _sched _set _setopt \
+ _source _strftime _subscript _suffix_alias_files _tcpsys \
+ _tilde _trap _ttyctl _typeset _ulimit \
+ _unhash _user_math_func _value _vared _vars \
+ _wait _which _widgets _zargs _zattr \
+ _zcalc _zcalc_line _zcompile _zed _zftp \
+ _zle _zmodload _zmv _zparseopts _zpty \
+ _zsh-mime-handler _zsocket _zstyle _ztodo
autoload -Uz +X _call_program
typeset -gUa _comp_assocs