diff --git a/.gitignore b/.gitignore index 4dfc330..1ee5cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ dwm/.dwm/util.o dwm/.dwm/dwm dwm/.dwm/drw.o ulauncher/.config/ulauncher/ext_preferences -spicetify/.config/spicetify/Extracted \ No newline at end of file +spicetify/.config/spicetify/Extracted +.zcompdump +.zcompcache diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 615f2f0..886b278 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -1,8 +1,8 @@ [Settings] gtk-theme-name=gruvbox-dark-gtk -gtk-icon-theme-name=oomox-gruvbox-dark -gtk-font-name=Cantarell 11 -gtk-cursor-theme-name=Simp1e-Gruvbox-Dark +gtk-icon-theme-name=gruvbox-dark-icons-gtk +gtk-font-name=Sans 10 +gtk-cursor-theme-name=Catppuccin-Macchiato-Yellow-Cursors gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/nvim/.config/nvim/lua/custom/configs/lspconfig.lua b/nvim/.config/nvim/lua/custom/configs/lspconfig.lua index 7c7faac..d83ddda 100644 --- a/nvim/.config/nvim/lua/custom/configs/lspconfig.lua +++ b/nvim/.config/nvim/lua/custom/configs/lspconfig.lua @@ -14,7 +14,15 @@ for _, lsp in ipairs(servers) do } end -lspconfig.svelte.setup{} +lspconfig.svelte.setup {} + +lspconfig.clangd.setup { + on_attach = function (client, bufnr) + client.server_capabilities.signatureHelpProvider = false + on_attach(client, bufnr) + end, + capabilities = capabilities, +} lspconfig.rust_analyzer.setup({ on_attach = on_attach, diff --git a/nvim/.config/nvim/lua/custom/configs/null-ls.lua b/nvim/.config/nvim/lua/custom/configs/null-ls.lua new file mode 100644 index 0000000..9b74bf5 --- /dev/null +++ b/nvim/.config/nvim/lua/custom/configs/null-ls.lua @@ -0,0 +1,25 @@ +local augroup = vim.api.nvim_create_augroup("LspFormatting", {}) +local null_ls = require("null-ls") + +local opts = { + sources = { + null_ls.builtins.formatting.clang_format, + }, + on_attach = function (client, bufnr) + if client.supports_method("textDocument/formatting") then + vim.api.nvim_clear_autocmds({ + group = augroup, + buffer = bufnr, + }) + vim.api.nvim_create_autocmd("BufWritePre", { + group = augroup, + buffer = bufnr, + callback = function() + vim.lsp.buf.format({ bufnr = bufnr }) + end, + }) + end + end, +} + +return opts diff --git a/nvim/.config/nvim/lua/custom/mappings.lua b/nvim/.config/nvim/lua/custom/mappings.lua index b9c8aa6..9f93f63 100644 --- a/nvim/.config/nvim/lua/custom/mappings.lua +++ b/nvim/.config/nvim/lua/custom/mappings.lua @@ -19,6 +19,20 @@ M.general = { }, } +M.dap = { + plugin = true, + n = { + ["db"] = { + " DapToggleBreakpoint ", + "Add breakpoint at line", + }, + ["dr"] = { + " DapContinue ", + "Start or continue the debugger", + } + } +} + -- more keybinds! return M diff --git a/nvim/.config/nvim/lua/custom/plugins.lua b/nvim/.config/nvim/lua/custom/plugins.lua index ad03ad8..71034c3 100644 --- a/nvim/.config/nvim/lua/custom/plugins.lua +++ b/nvim/.config/nvim/lua/custom/plugins.lua @@ -16,6 +16,9 @@ local plugins = { opts = { ensure_installed = { "rust-analyzer", + "clangd", + "clang-format", + "codelldb", } }, }, @@ -30,6 +33,53 @@ local plugins = { opts = overrides.nvimtree, }, + { + "jose-elias-alvarez/null-ls.nvim", + event = "VeryLazy", + opts = function() + return require "custom.configs.null-ls" + end, + }, + + { + "rcarriga/nvim-dap-ui", + event = "VeryLazy", + dependencies = "mfussenegger/nvim-dap", + config = function() + local dap = require("dap") + local dapui = require("dapui") + dapui.setup() + dap.listeners.after.event_initialized["dapui_config"] = function() + dapui.open() + end + dap.listeners.after.event_terminated["dapui_config"] = function() + dapui.close() + end + dap.listeners.after.event_exited["dapui_config"] = function() + dapui.close() + end + end + }, + + { + "jay-babu/mason-nvim-dap.nvim", + event = "VeryLazy", + dependencies = { + "williamboman/mason.nvim", + "mfussenegger/nvim-dap", + }, + opts = { + handlers = {} + }, + }, + + { + "mfussenegger/nvim-dap", + config = function(_, _) + require("core.utils").load_mappings("dap") + end + }, + { "rust-lang/rust.vim", ft = "rust", diff --git a/picom/.config/black_to_transparent.frag b/picom/.config/black_to_transparent.frag index edee86e..7760876 100644 --- a/picom/.config/black_to_transparent.frag +++ b/picom/.config/black_to_transparent.frag @@ -17,6 +17,6 @@ vec4 window_shader() { if (invert_color) c = vec4(vec3(c.a, c.a, c.a) - vec3(c), c.a); c *= opacity; - vec4 default_post_processing(vec4 c); + // vec4 default_post_processing(vec4 c); return c; -} \ No newline at end of file +} diff --git a/zsh/.config/zsh/.zcompcache/SYS_ALL_UNITS--system b/zsh/.config/zsh/.zcompcache/SYS_ALL_UNITS--system deleted file mode 100644 index f32c1c0..0000000 --- a/zsh/.config/zsh/.zcompcache/SYS_ALL_UNITS--system +++ /dev/null @@ -1,4 +0,0 @@ -_sys_all_units=( ${(Q)"${(z)$(<<\EO:_sys_all_units -'proc-sys-fs-binfmt_misc.automount' 'dev-disk-by\x2ddiskseq-1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart2.device' 'dev-disk-by\x2ddiskseq-1\x2dpart3.device' 'dev-disk-by\x2ddiskseq-2.device' 'dev-disk-by\x2ddiskseq-2\x2dpart1.device' 'dev-disk-by\x2ddiskseq-2\x2dpart2.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart1.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart2.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart3.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1\x2dpart2.device' 'dev-disk-by\x2dlabel-Data.device' 'dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device' 'dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device' 'dev-disk-by\x2dpartuuid-3bd751db\x2df410\x2d41d7\x2da444\x2de250462d41f4.device' 'dev-disk-by\x2dpartuuid-3eca4781\x2da8bb\x2d4cd4\x2da326\x2d07e9afd5ba21.device' 'dev-disk-by\x2dpartuuid-7e76a064\x2d89a6\x2d471e\x2d902b\x2d2dc2823d281c.device' 'dev-disk-by\x2dpartuuid-b9fde8bc\x2d5be1\x2d4666\x2d9898\x2de34a9f9a5ae8.device' 'dev-disk-by\x2dpartuuid-e2c09aa9\x2d5f44\x2d4831\x2da863\x2db290fc7bce49.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart3.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart3.device' 'dev-disk-by\x2duuid-10DC3673DC3652E8.device' 'dev-disk-by\x2duuid-840A5EFD0A5EEBA4.device' 'dev-disk-by\x2duuid-9a9ba90c\x2d2f49\x2d492c\x2da093\x2df9c82a59ec07.device' 'dev-disk-by\x2duuid-D2CD\x2d0724.device' 'dev-disk-by\x2duuid-f63d8b1f\x2d28ed\x2d4712\x2d8cde\x2d8ce7e9427311.device' 'dev-nvme0n1.device' 'dev-nvme0n1p1.device' 'dev-nvme0n1p2.device' 'dev-rfkill.device' 'dev-sda.device' 'dev-sda1.device' 'dev-sda2.device' 'dev-sda3.device' 'dev-snd-by\x2did-usb\x2d046d_C922_Pro_Stream_Webcam_C81B8D9F\x2d02.device' 'dev-snd-by\x2did-usb\x2d0c76_USB_PnP_Audio_Device\x2d00.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusb\x2d0:8:1.2.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusb\x2d0:9.1:1.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusbv2\x2d0:8:1.2.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusbv2\x2d0:9.1:1.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:21:00.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:26:00.1.device' 'dev-snd-by\x2dpath-pci\x2d0000:28:00.4.device' 'dev-snd-controlC0.device' 'dev-snd-controlC1.device' 'dev-snd-controlC2.device' 'dev-snd-controlC3.device' 'dev-snd-controlC4.device' 'dev-tpm0.device' 'dev-tpmrm0.device' 'dev-ttyS0.device' 'dev-ttyS1.device' 'dev-ttyS10.device' 'dev-ttyS11.device' 'dev-ttyS12.device' 'dev-ttyS13.device' 'dev-ttyS14.device' 'dev-ttyS15.device' 'dev-ttyS16.device' 'dev-ttyS17.device' 'dev-ttyS18.device' 'dev-ttyS19.device' 'dev-ttyS2.device' 'dev-ttyS20.device' 'dev-ttyS21.device' 'dev-ttyS22.device' 'dev-ttyS23.device' 'dev-ttyS24.device' 'dev-ttyS25.device' 'dev-ttyS26.device' 'dev-ttyS27.device' 'dev-ttyS28.device' 'dev-ttyS29.device' 'dev-ttyS3.device' 'dev-ttyS30.device' 'dev-ttyS31.device' 'dev-ttyS4.device' 'dev-ttyS5.device' 'dev-ttyS6.device' 'dev-ttyS7.device' 'dev-ttyS8.device' 'dev-ttyS9.device' 'dev-zram0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.0-usb1-1\x2d8-1\x2d8:1.2-sound-card3-controlC3.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.0-usb1-1\x2d9-1\x2d9.1-1\x2d9.1:1.0-sound-card4-controlC4.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda1.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda2.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda3.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.2-0000:20:00.0-0000:21:00.0-sound-card0-controlC0.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.2-0000:20:01.0-0000:22:00.0-net-enp34s0.device' 'sys-devices-pci0000:00-0000:00:03.1-0000:26:00.1-sound-card1-controlC1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:28:00.4-sound-card2-controlC2.device' 'sys-devices-platform-serial8250-tty-ttyS1.device' 'sys-devices-platform-serial8250-tty-ttyS10.device' 'sys-devices-platform-serial8250-tty-ttyS11.device' 'sys-devices-platform-serial8250-tty-ttyS12.device' 'sys-devices-platform-serial8250-tty-ttyS13.device' 'sys-devices-platform-serial8250-tty-ttyS14.device' 'sys-devices-platform-serial8250-tty-ttyS15.device' 'sys-devices-platform-serial8250-tty-ttyS16.device' 'sys-devices-platform-serial8250-tty-ttyS17.device' 'sys-devices-platform-serial8250-tty-ttyS18.device' 'sys-devices-platform-serial8250-tty-ttyS19.device' 'sys-devices-platform-serial8250-tty-ttyS2.device' 'sys-devices-platform-serial8250-tty-ttyS20.device' 'sys-devices-platform-serial8250-tty-ttyS21.device' 'sys-devices-platform-serial8250-tty-ttyS22.device' 'sys-devices-platform-serial8250-tty-ttyS23.device' 'sys-devices-platform-serial8250-tty-ttyS24.device' 'sys-devices-platform-serial8250-tty-ttyS25.device' 'sys-devices-platform-serial8250-tty-ttyS26.device' 'sys-devices-platform-serial8250-tty-ttyS27.device' 'sys-devices-platform-serial8250-tty-ttyS28.device' 'sys-devices-platform-serial8250-tty-ttyS29.device' 'sys-devices-platform-serial8250-tty-ttyS3.device' 'sys-devices-platform-serial8250-tty-ttyS30.device' 'sys-devices-platform-serial8250-tty-ttyS31.device' 'sys-devices-platform-serial8250-tty-ttyS4.device' 'sys-devices-platform-serial8250-tty-ttyS5.device' 'sys-devices-platform-serial8250-tty-ttyS6.device' 'sys-devices-platform-serial8250-tty-ttyS7.device' 'sys-devices-platform-serial8250-tty-ttyS8.device' 'sys-devices-platform-serial8250-tty-ttyS9.device' 'sys-devices-pnp0-00:04-tty-ttyS0.device' 'sys-devices-virtual-block-zram0.device' 'sys-devices-virtual-misc-rfkill.device' 'sys-devices-virtual-net-virbr0.device' 'sys-devices-virtual-net-vmnet1.device' 'sys-devices-virtual-net-vmnet8.device' 'sys-module-configfs.device' 'sys-module-fuse.device' 'sys-subsystem-net-devices-enp34s0.device' 'sys-subsystem-net-devices-virbr0.device' 'sys-subsystem-net-devices-vmnet1.device' 'sys-subsystem-net-devices-vmnet8.device' '-.mount' '\x2esnapshots.mount' 'boot.mount' 'dev-hugepages.mount' 'dev-mqueue.mount' 'home.mount' 'proc-sys-fs-binfmt_misc.mount' 'run-credentials-systemd\x2dsysctl.service.mount' 'run-credentials-systemd\x2dsysusers.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount' 'run-credentials-systemd\x2dvconsole\x2dsetup.service.mount' 'run-user-1000-doc.mount' 'run-user-1000-gvfs.mount' 'run-user-1000.mount' 'sys-fs-fuse-connections.mount' 'sys-kernel-config.mount' 'sys-kernel-debug.mount' 'sys-kernel-tracing.mount' 'tmp.mount' 'var-cache-pacman-pkg.mount' 'var-lib-machines.mount' 'var-log.mount' 'cups.path' 'systemd-ask-password-console.path' 'systemd-ask-password-wall.path' 'init.scope' 'session-1.scope' 'accounts-daemon.service' 'alsa-restore.service' 'alsa-state.service' 'apparmor.service' 'archlinux-keyring-wkd-sync.service' 'audit-rules.service' 'auditd.service' 'avahi-daemon.service' 'colord.service' 'cups.service' 'dbus-broker.service' 'dirmngr@etc-pacman.d-gnupg.service' 'display-manager.service' 'dm-event.service' 'dnsmasq.service' 'emergency.service' 'fstrim.service' 'getty@tty1.service' 'gpg-agent@etc-pacman.d-gnupg.service' 'initrd-cleanup.service' 'initrd-parse-etc.service' 'initrd-switch-root.service' 'initrd-udevadm-cleanup-db.service' 'iscsid.service' 'keyboxd@etc-pacman.d-gnupg.service' 'kmod-static-nodes.service' 'ldconfig.service' 'libvirtd.service' 'lvm2-lvmpolld.service' 'lvm2-monitor.service' 'man-db.service' 'mkinitcpio-generate-shutdown-ramfs.service' 'modprobe@configfs.service' 'modprobe@dm_mod.service' 'modprobe@drm.service' 'modprobe@fuse.service' 'modprobe@loop.service' 'nslcd.service' 'plymouth-quit-wait.service' 'plymouth-start.service' 'polkit.service' 'rescue.service' 'rtkit-daemon.service' 'shadow.service' 'sshd.service' 'sshdgenkeys.service' 'syslog.service' 'systemd-ask-password-console.service' 'systemd-ask-password-wall.service' 'systemd-battery-check.service' 'systemd-binfmt.service' 'systemd-boot-random-seed.service' 'systemd-bsod.service' 'systemd-firstboot.service' 'systemd-fsck-root.service' 'systemd-fsck@dev-disk-by\x2duuid-D2CD\x2d0724.service' 'systemd-hibernate-resume.service' 'systemd-hwdb-update.service' 'systemd-journal-catalog-update.service' 'systemd-journal-flush.service' 'systemd-journald.service' 'systemd-logind.service' 'systemd-machine-id-commit.service' 'systemd-machined.service' 'systemd-modules-load.service' 'systemd-network-generator.service' 'systemd-networkd-wait-online.service' 'systemd-networkd.service' 'systemd-oomd.service' 'systemd-pcrmachine.service' 'systemd-pcrphase-initrd.service' 'systemd-pcrphase-sysinit.service' 'systemd-pcrphase.service' 'systemd-quotacheck.service' 'systemd-random-seed.service' 'systemd-remount-fs.service' 'systemd-repart.service' 'systemd-rfkill.service' 'systemd-soft-reboot.service' 'systemd-sysctl.service' 'systemd-sysext.service' 'systemd-sysusers.service' 'systemd-timesyncd.service' 'systemd-tmpfiles-clean.service' 'systemd-tmpfiles-setup-dev-early.service' 'systemd-tmpfiles-setup-dev.service' 'systemd-tmpfiles-setup.service' 'systemd-tpm2-setup-early.service' 'systemd-tpm2-setup.service' 'systemd-udev-settle.service' 'systemd-udev-trigger.service' 'systemd-udevd.service' 'systemd-update-done.service' 'systemd-update-utmp.service' 'systemd-user-sessions.service' 'systemd-vconsole-setup.service' 'systemd-zram-setup@zram0.service' 'udisks2.service' 'upower.service' 'user-runtime-dir@1000.service' 'user@1000.service' 'virtlockd.service' 'virtlogd.service' 'vmware-networks-configuration.service' 'vmware-networks.service' 'vmware-usbarbitrator.service' 'xencommons.service' 'xendomains.service' '-.slice' 'machine.slice' 'system-dirmngr.slice' 'system-getty.slice' 'system-gpg\x2dagent.slice' 'system-gpg\x2dagent\x2dbrowser.slice' 'system-gpg\x2dagent\x2dextra.slice' 'system-gpg\x2dagent\x2dssh.slice' 'system-keyboxd.slice' 'system-modprobe.slice' 'system-systemd\x2dfsck.slice' 'system-systemd\x2dzram\x2dsetup.slice' 'system.slice' 'user-1000.slice' 'user.slice' 'avahi-daemon.socket' 'cups.socket' 'dbus.socket' 'dirmngr@etc-pacman.d-gnupg.socket' 'dm-event.socket' 'gpg-agent-browser@etc-pacman.d-gnupg.socket' 'gpg-agent-extra@etc-pacman.d-gnupg.socket' 'gpg-agent-ssh@etc-pacman.d-gnupg.socket' 'gpg-agent@etc-pacman.d-gnupg.socket' 'keyboxd@etc-pacman.d-gnupg.socket' 'libvirtd-admin.socket' 'libvirtd-ro.socket' 'libvirtd.socket' 'lvm2-lvmpolld.socket' 'syslog.socket' 'systemd-coredump.socket' 'systemd-journald-audit.socket' 'systemd-journald-dev-log.socket' 'systemd-journald.socket' 'systemd-networkd.socket' 'systemd-oomd.socket' 'systemd-pcrextend.socket' 'systemd-rfkill.socket' 'systemd-sysext.socket' 'systemd-udevd-control.socket' 'systemd-udevd-kernel.socket' 'virtlockd-admin.socket' 'virtlockd.socket' 'virtlogd-admin.socket' 'virtlogd.socket' 'dev-zram0.swap' 'swap-swapfile.swap' 'basic.target' 'blockdev@dev-disk-by\x2duuid-D2CD\x2d0724.target' 'blockdev@dev-nvme0n1p1.target' 'blockdev@dev-nvme0n1p2.target' 'blockdev@dev-zram0.target' 'cryptsetup-pre.target' 'cryptsetup.target' 'emergency.target' 'final.target' 'first-boot-complete.target' 'getty-pre.target' 'getty.target' 'graphical.target' 'initrd-fs.target' 'initrd-root-device.target' 'initrd-root-fs.target' 'initrd-switch-root.target' 'initrd-usr-fs.target' 'initrd.target' 'integritysetup.target' 'local-fs-pre.target' 'local-fs.target' 'multi-user.target' 'network-online.target' 'network-pre.target' 'network.target' 'nss-lookup.target' 'nss-user-lookup.target' 'paths.target' 'remote-cryptsetup.target' 'remote-fs-pre.target' 'remote-fs.target' 'remote-veritysetup.target' 'rescue.target' 'shutdown.target' 'slices.target' 'sockets.target' 'soft-reboot.target' 'sound.target' 'swap.target' 'sysinit.target' 'time-set.target' 'time-sync.target' 'timers.target' 'umount.target' 'veritysetup-pre.target' 'veritysetup.target' 'archlinux-keyring-wkd-sync.timer' 'fstrim.timer' 'man-db.timer' 'shadow.timer' 'systemd-tmpfiles-clean.timer' -EO:_sys_all_units -)}"} ) diff --git a/zsh/.config/zsh/.zcompcache/SYS_REALLY_ALL_UNITS--system b/zsh/.config/zsh/.zcompcache/SYS_REALLY_ALL_UNITS--system deleted file mode 100644 index 057f103..0000000 --- a/zsh/.config/zsh/.zcompcache/SYS_REALLY_ALL_UNITS--system +++ /dev/null @@ -1,4 +0,0 @@ -_sys_really_all_units=( ${(Q)"${(z)$(<<\EO:_sys_really_all_units -'proc-sys-fs-binfmt_misc.automount' 'dev-disk-by\x2ddiskseq-1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart2.device' 'dev-disk-by\x2ddiskseq-1\x2dpart3.device' 'dev-disk-by\x2ddiskseq-2.device' 'dev-disk-by\x2ddiskseq-2\x2dpart1.device' 'dev-disk-by\x2ddiskseq-2\x2dpart2.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart1.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart2.device' 'dev-disk-by\x2did-ata\x2dSSDPR\x2dCL100\x2d960\x2dG3_GXE035822\x2dpart3.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dnvme.1987\x2d504e593135313930303038373030313039353934\x2d504e592043533330333020353030474220535344\x2d00000001\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dPNY_CS3030_500GB_SSD_PNY15190008700109594_1\x2dpart2.device' 'dev-disk-by\x2dlabel-Data.device' 'dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device' 'dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device' 'dev-disk-by\x2dpartuuid-3bd751db\x2df410\x2d41d7\x2da444\x2de250462d41f4.device' 'dev-disk-by\x2dpartuuid-3eca4781\x2da8bb\x2d4cd4\x2da326\x2d07e9afd5ba21.device' 'dev-disk-by\x2dpartuuid-7e76a064\x2d89a6\x2d471e\x2d902b\x2d2dc2823d281c.device' 'dev-disk-by\x2dpartuuid-b9fde8bc\x2d5be1\x2d4666\x2d9898\x2de34a9f9a5ae8.device' 'dev-disk-by\x2dpartuuid-e2c09aa9\x2d5f44\x2d4831\x2da863\x2db290fc7bce49.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:01:00.0\x2dnvme\x2d1\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.0\x2dpart3.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart2.device' 'dev-disk-by\x2dpath-pci\x2d0000:03:00.1\x2data\x2d5\x2dpart3.device' 'dev-disk-by\x2duuid-10DC3673DC3652E8.device' 'dev-disk-by\x2duuid-840A5EFD0A5EEBA4.device' 'dev-disk-by\x2duuid-9a9ba90c\x2d2f49\x2d492c\x2da093\x2df9c82a59ec07.device' 'dev-disk-by\x2duuid-D2CD\x2d0724.device' 'dev-disk-by\x2duuid-f63d8b1f\x2d28ed\x2d4712\x2d8cde\x2d8ce7e9427311.device' 'dev-nvme0n1.device' 'dev-nvme0n1p1.device' 'dev-nvme0n1p2.device' 'dev-rfkill.device' 'dev-sda.device' 'dev-sda1.device' 'dev-sda2.device' 'dev-sda3.device' 'dev-snd-by\x2did-usb\x2d046d_C922_Pro_Stream_Webcam_C81B8D9F\x2d02.device' 'dev-snd-by\x2did-usb\x2d0c76_USB_PnP_Audio_Device\x2d00.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusb\x2d0:8:1.2.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusb\x2d0:9.1:1.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusbv2\x2d0:8:1.2.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.0\x2dusbv2\x2d0:9.1:1.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:21:00.0.device' 'dev-snd-by\x2dpath-pci\x2d0000:26:00.1.device' 'dev-snd-by\x2dpath-pci\x2d0000:28:00.4.device' 'dev-snd-controlC0.device' 'dev-snd-controlC1.device' 'dev-snd-controlC2.device' 'dev-snd-controlC3.device' 'dev-snd-controlC4.device' 'dev-tpm0.device' 'dev-tpmrm0.device' 'dev-ttyS0.device' 'dev-ttyS1.device' 'dev-ttyS10.device' 'dev-ttyS11.device' 'dev-ttyS12.device' 'dev-ttyS13.device' 'dev-ttyS14.device' 'dev-ttyS15.device' 'dev-ttyS16.device' 'dev-ttyS17.device' 'dev-ttyS18.device' 'dev-ttyS19.device' 'dev-ttyS2.device' 'dev-ttyS20.device' 'dev-ttyS21.device' 'dev-ttyS22.device' 'dev-ttyS23.device' 'dev-ttyS24.device' 'dev-ttyS25.device' 'dev-ttyS26.device' 'dev-ttyS27.device' 'dev-ttyS28.device' 'dev-ttyS29.device' 'dev-ttyS3.device' 'dev-ttyS30.device' 'dev-ttyS31.device' 'dev-ttyS4.device' 'dev-ttyS5.device' 'dev-ttyS6.device' 'dev-ttyS7.device' 'dev-ttyS8.device' 'dev-ttyS9.device' 'dev-zram0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device' 'sys-devices-pci0000:00-0000:00:01.1-0000:01:00.0-nvme-nvme0-nvme0n1.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.0-usb1-1\x2d8-1\x2d8:1.2-sound-card3-controlC3.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.0-usb1-1\x2d9-1\x2d9.1-1\x2d9.1:1.0-sound-card4-controlC4.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda1.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda2.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda-sda3.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.1-ata5-host4-target4:0:0-4:0:0:0-block-sda.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.2-0000:20:00.0-0000:21:00.0-sound-card0-controlC0.device' 'sys-devices-pci0000:00-0000:00:01.3-0000:03:00.2-0000:20:01.0-0000:22:00.0-net-enp34s0.device' 'sys-devices-pci0000:00-0000:00:03.1-0000:26:00.1-sound-card1-controlC1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:28:00.4-sound-card2-controlC2.device' 'sys-devices-platform-serial8250-tty-ttyS1.device' 'sys-devices-platform-serial8250-tty-ttyS10.device' 'sys-devices-platform-serial8250-tty-ttyS11.device' 'sys-devices-platform-serial8250-tty-ttyS12.device' 'sys-devices-platform-serial8250-tty-ttyS13.device' 'sys-devices-platform-serial8250-tty-ttyS14.device' 'sys-devices-platform-serial8250-tty-ttyS15.device' 'sys-devices-platform-serial8250-tty-ttyS16.device' 'sys-devices-platform-serial8250-tty-ttyS17.device' 'sys-devices-platform-serial8250-tty-ttyS18.device' 'sys-devices-platform-serial8250-tty-ttyS19.device' 'sys-devices-platform-serial8250-tty-ttyS2.device' 'sys-devices-platform-serial8250-tty-ttyS20.device' 'sys-devices-platform-serial8250-tty-ttyS21.device' 'sys-devices-platform-serial8250-tty-ttyS22.device' 'sys-devices-platform-serial8250-tty-ttyS23.device' 'sys-devices-platform-serial8250-tty-ttyS24.device' 'sys-devices-platform-serial8250-tty-ttyS25.device' 'sys-devices-platform-serial8250-tty-ttyS26.device' 'sys-devices-platform-serial8250-tty-ttyS27.device' 'sys-devices-platform-serial8250-tty-ttyS28.device' 'sys-devices-platform-serial8250-tty-ttyS29.device' 'sys-devices-platform-serial8250-tty-ttyS3.device' 'sys-devices-platform-serial8250-tty-ttyS30.device' 'sys-devices-platform-serial8250-tty-ttyS31.device' 'sys-devices-platform-serial8250-tty-ttyS4.device' 'sys-devices-platform-serial8250-tty-ttyS5.device' 'sys-devices-platform-serial8250-tty-ttyS6.device' 'sys-devices-platform-serial8250-tty-ttyS7.device' 'sys-devices-platform-serial8250-tty-ttyS8.device' 'sys-devices-platform-serial8250-tty-ttyS9.device' 'sys-devices-pnp0-00:04-tty-ttyS0.device' 'sys-devices-virtual-block-zram0.device' 'sys-devices-virtual-misc-rfkill.device' 'sys-devices-virtual-net-virbr0.device' 'sys-devices-virtual-net-vmnet1.device' 'sys-devices-virtual-net-vmnet8.device' 'sys-module-configfs.device' 'sys-module-fuse.device' 'sys-subsystem-net-devices-enp34s0.device' 'sys-subsystem-net-devices-virbr0.device' 'sys-subsystem-net-devices-vmnet1.device' 'sys-subsystem-net-devices-vmnet8.device' '-.mount' '\x2esnapshots.mount' 'boot.mount' 'dev-hugepages.mount' 'dev-mqueue.mount' 'home.mount' 'proc-sys-fs-binfmt_misc.mount' 'run-credentials-systemd\x2dsysctl.service.mount' 'run-credentials-systemd\x2dsysusers.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount' 'run-credentials-systemd\x2dvconsole\x2dsetup.service.mount' 'run-user-1000-doc.mount' 'run-user-1000-gvfs.mount' 'run-user-1000.mount' 'sys-fs-fuse-connections.mount' 'sys-kernel-config.mount' 'sys-kernel-debug.mount' 'sys-kernel-tracing.mount' 'tmp.mount' 'var-cache-pacman-pkg.mount' 'var-lib-machines.mount' 'var-log.mount' 'cups.path' 'systemd-ask-password-console.path' 'systemd-ask-password-wall.path' 'init.scope' 'session-1.scope' 'accounts-daemon.service' 'alsa-restore.service' 'alsa-state.service' 'apparmor.service' 'archlinux-keyring-wkd-sync.service' 'audit-rules.service' 'auditd.service' 'avahi-daemon.service' 'colord.service' 'cups.service' 'dbus-broker.service' 'dirmngr@etc-pacman.d-gnupg.service' 'display-manager.service' 'dm-event.service' 'dnsmasq.service' 'emergency.service' 'fstrim.service' 'getty@tty1.service' 'gpg-agent@etc-pacman.d-gnupg.service' 'initrd-cleanup.service' 'initrd-parse-etc.service' 'initrd-switch-root.service' 'initrd-udevadm-cleanup-db.service' 'iscsid.service' 'keyboxd@etc-pacman.d-gnupg.service' 'kmod-static-nodes.service' 'ldconfig.service' 'libvirtd.service' 'lvm2-lvmpolld.service' 'lvm2-monitor.service' 'man-db.service' 'mkinitcpio-generate-shutdown-ramfs.service' 'modprobe@configfs.service' 'modprobe@dm_mod.service' 'modprobe@drm.service' 'modprobe@fuse.service' 'modprobe@loop.service' 'nslcd.service' 'plymouth-quit-wait.service' 'plymouth-start.service' 'polkit.service' 'rescue.service' 'rtkit-daemon.service' 'shadow.service' 'sshd.service' 'sshdgenkeys.service' 'syslog.service' 'systemd-ask-password-console.service' 'systemd-ask-password-wall.service' 'systemd-battery-check.service' 'systemd-binfmt.service' 'systemd-boot-random-seed.service' 'systemd-bsod.service' 'systemd-firstboot.service' 'systemd-fsck-root.service' 'systemd-fsck@dev-disk-by\x2duuid-D2CD\x2d0724.service' 'systemd-hibernate-resume.service' 'systemd-hwdb-update.service' 'systemd-journal-catalog-update.service' 'systemd-journal-flush.service' 'systemd-journald.service' 'systemd-logind.service' 'systemd-machine-id-commit.service' 'systemd-machined.service' 'systemd-modules-load.service' 'systemd-network-generator.service' 'systemd-networkd-wait-online.service' 'systemd-networkd.service' 'systemd-oomd.service' 'systemd-pcrmachine.service' 'systemd-pcrphase-initrd.service' 'systemd-pcrphase-sysinit.service' 'systemd-pcrphase.service' 'systemd-quotacheck.service' 'systemd-random-seed.service' 'systemd-remount-fs.service' 'systemd-repart.service' 'systemd-rfkill.service' 'systemd-soft-reboot.service' 'systemd-sysctl.service' 'systemd-sysext.service' 'systemd-sysusers.service' 'systemd-timesyncd.service' 'systemd-tmpfiles-clean.service' 'systemd-tmpfiles-setup-dev-early.service' 'systemd-tmpfiles-setup-dev.service' 'systemd-tmpfiles-setup.service' 'systemd-tpm2-setup-early.service' 'systemd-tpm2-setup.service' 'systemd-udev-settle.service' 'systemd-udev-trigger.service' 'systemd-udevd.service' 'systemd-update-done.service' 'systemd-update-utmp.service' 'systemd-user-sessions.service' 'systemd-vconsole-setup.service' 'systemd-zram-setup@zram0.service' 'udisks2.service' 'upower.service' 'user-runtime-dir@1000.service' 'user@1000.service' 'virtlockd.service' 'virtlogd.service' 'vmware-networks-configuration.service' 'vmware-networks.service' 'vmware-usbarbitrator.service' 'xencommons.service' 'xendomains.service' '-.slice' 'machine.slice' 'system-dirmngr.slice' 'system-getty.slice' 'system-gpg\x2dagent.slice' 'system-gpg\x2dagent\x2dbrowser.slice' 'system-gpg\x2dagent\x2dextra.slice' 'system-gpg\x2dagent\x2dssh.slice' 'system-keyboxd.slice' 'system-modprobe.slice' 'system-systemd\x2dfsck.slice' 'system-systemd\x2dzram\x2dsetup.slice' 'system.slice' 'user-1000.slice' 'user.slice' 'avahi-daemon.socket' 'cups.socket' 'dbus.socket' 'dirmngr@etc-pacman.d-gnupg.socket' 'dm-event.socket' 'gpg-agent-browser@etc-pacman.d-gnupg.socket' 'gpg-agent-extra@etc-pacman.d-gnupg.socket' 'gpg-agent-ssh@etc-pacman.d-gnupg.socket' 'gpg-agent@etc-pacman.d-gnupg.socket' 'keyboxd@etc-pacman.d-gnupg.socket' 'libvirtd-admin.socket' 'libvirtd-ro.socket' 'libvirtd.socket' 'lvm2-lvmpolld.socket' 'syslog.socket' 'systemd-coredump.socket' 'systemd-journald-audit.socket' 'systemd-journald-dev-log.socket' 'systemd-journald.socket' 'systemd-networkd.socket' 'systemd-oomd.socket' 'systemd-pcrextend.socket' 'systemd-rfkill.socket' 'systemd-sysext.socket' 'systemd-udevd-control.socket' 'systemd-udevd-kernel.socket' 'virtlockd-admin.socket' 'virtlockd.socket' 'virtlogd-admin.socket' 'virtlogd.socket' 'dev-zram0.swap' 'swap-swapfile.swap' 'basic.target' 'blockdev@dev-disk-by\x2duuid-D2CD\x2d0724.target' 'blockdev@dev-nvme0n1p1.target' 'blockdev@dev-nvme0n1p2.target' 'blockdev@dev-zram0.target' 'cryptsetup-pre.target' 'cryptsetup.target' 'emergency.target' 'final.target' 'first-boot-complete.target' 'getty-pre.target' 'getty.target' 'graphical.target' 'initrd-fs.target' 'initrd-root-device.target' 'initrd-root-fs.target' 'initrd-switch-root.target' 'initrd-usr-fs.target' 'initrd.target' 'integritysetup.target' 'local-fs-pre.target' 'local-fs.target' 'multi-user.target' 'network-online.target' 'network-pre.target' 'network.target' 'nss-lookup.target' 'nss-user-lookup.target' 'paths.target' 'remote-cryptsetup.target' 'remote-fs-pre.target' 'remote-fs.target' 'remote-veritysetup.target' 'rescue.target' 'shutdown.target' 'slices.target' 'sockets.target' 'soft-reboot.target' 'sound.target' 'swap.target' 'sysinit.target' 'time-set.target' 'time-sync.target' 'timers.target' 'umount.target' 'veritysetup-pre.target' 'veritysetup.target' 'archlinux-keyring-wkd-sync.timer' 'fstrim.timer' 'man-db.timer' 'shadow.timer' 'systemd-tmpfiles-clean.timer' 'brltty.path' 'brltty@.path' 'gpm.path' 'ostree-finalize-staged.path' 'vmware-networks.path' 'vmware-usbarbitrator.path' 'autovt@.service' 'avahi-dnsconfd.service' 'betterlockscreen@.service' 'blk-availability.service' 'bluetooth.service' 'bolt.service' 'brltty-device@.service' 'brltty@.service' 'btrfs-scrub@.service' 'canberra-system-bootup.service' 'canberra-system-shutdown-reboot.service' 'canberra-system-shutdown.service' 'clightd.service' 'console-getty.service' 'container-getty@.service' 'containerd.service' 'croc.service' 'cups-lpd@.service' 'cxl-monitor.service' 'daxdev-reconfigure@.service' 'dbus-org.freedesktop.Avahi.service' 'dbus-org.freedesktop.hostname1.service' 'dbus-org.freedesktop.import1.service' 'dbus-org.freedesktop.locale1.service' 'dbus-org.freedesktop.login1.service' 'dbus-org.freedesktop.machine1.service' 'dbus-org.freedesktop.network1.service' 'dbus-org.freedesktop.portable1.service' 'dbus-org.freedesktop.timedate1.service' 'dbus-org.freedesktop.timesync1.service' 'dbus.service' 'debug-shell.service' 'dhcpcd.service' 'dhcpcd@.service' 'dirmngr@.service' 'e2scrub@.service' 'e2scrub_all.service' 'e2scrub_fail@.service' 'e2scrub_reap.service' 'ead.service' 'fancontrol.service' 'flatpak-system-helper.service' 'fwupd-offline-update.service' 'fwupd-refresh.service' 'fwupd.service' 'gdm.service' 'geoclue.service' 'getty@.service' 'git-daemon@.service' 'gluster-ta-volume.service' 'glusterd.service' 'glustereventsd.service' 'glusterfssharedstorage.service' 'gpg-agent@.service' 'gpm.service' 'healthd.service' 'hplip-printer@.service' 'httpd.service' 'iio-sensor-proxy.service' 'ip6tables.service' 'ipfs@.service' 'iptables.service' 'irexec.service' 'iwd.service' 'keyboxd@.service' 'krb5-kadmind.service' 'krb5-kdc.service' 'krb5-kpropd.service' 'krb5-kpropd@.service' 'ldmtool.service' 'libvirt-guests.service' 'lightdm.service' 'lircd-setup.service' 'lircd-uinput.service' 'lircd.service' 'lircmd.service' 'lm_sensors.service' 'mdadm-grow-continue@.service' 'mdadm-last-resort@.service' 'mdcheck_continue.service' 'mdcheck_start.service' 'mdmon@.service' 'mdmonitor-oneshot.service' 'mdmonitor.service' 'modprobe@.service' 'mpd.service' 'multipathd.service' 'ndctl-monitor.service' 'netavark-dhcp-proxy.service' 'nftables.service' 'nvidia-hibernate.service' 'nvidia-persistenced.service' 'nvidia-powerd.service' 'nvidia-resume.service' 'nvidia-suspend.service' 'ollama.service' 'openvpn-client@.service' 'openvpn-server@.service' 'ostree-boot-complete.service' 'ostree-finalize-staged-hold.service' 'ostree-finalize-staged.service' 'ostree-prepare-root.service' 'ostree-remount.service' 'ostree-state-overlay@.service' 'paccache.service' 'pacman-filesdb-refresh.service' 'pam_namespace.service' 'passim.service' 'pcscd.service' 'podman-auto-update.service' 'podman-clean-transient.service' 'podman-kube@.service' 'podman-restart.service' 'podman.service' 'qemu-pr-helper.service' 'quotaon.service' 'rfkill-block@.service' 'rfkill-unblock@.service' 'rpcbind.service' 'rsyncd.service' 'rsyncd@.service' 'saned@.service' 'seatd.service' 'sensord.service' 'serial-getty@.service' 'smartd.service' 'snapper-boot.service' 'snapper-cleanup.service' 'snapper-timeline.service' 'snapperd.service' 'sndiod.service' 'snmpd.service' 'snmptrapd.service' 'speech-dispatcherd.service' 'spice-webdavd.service' 'sudo_logsrvd.service' 'system-update-cleanup.service' 'systemd-backlight@.service' 'systemd-bless-boot.service' 'systemd-boot-check-no-failures.service' 'systemd-boot-update.service' 'systemd-confext.service' 'systemd-coredump@.service' 'systemd-exit.service' 'systemd-fsck@.service' 'systemd-growfs-root.service' 'systemd-growfs@.service' 'systemd-halt.service' 'systemd-hibernate.service' 'systemd-homed-activate.service' 'systemd-homed.service' 'systemd-hostnamed.service' 'systemd-hybrid-sleep.service' 'systemd-importd.service' 'systemd-journal-gatewayd.service' 'systemd-journal-remote.service' 'systemd-journal-upload.service' 'systemd-journald@.service' 'systemd-kexec.service' 'systemd-localed.service' 'systemd-networkd-wait-online@.service' 'systemd-nspawn@.service' 'systemd-pcrextend@.service' 'systemd-pcrfs-root.service' 'systemd-pcrfs@.service' 'systemd-pcrlock-file-system.service' 'systemd-pcrlock-firmware-code.service' 'systemd-pcrlock-firmware-config.service' 'systemd-pcrlock-machine-id.service' 'systemd-pcrlock-make-policy.service' 'systemd-pcrlock-secureboot-authority.service' 'systemd-pcrlock-secureboot-policy.service' 'systemd-portabled.service' 'systemd-poweroff.service' 'systemd-pstore.service' 'systemd-reboot.service' 'systemd-resolved.service' 'systemd-storagetm.service' 'systemd-suspend-then-hibernate.service' 'systemd-suspend.service' 'systemd-sysext@.service' 'systemd-sysupdate-reboot.service' 'systemd-sysupdate.service' 'systemd-time-wait-sync.service' 'systemd-timedated.service' 'systemd-userdbd.service' 'systemd-volatile-root.service' 'systemd-zram-setup@.service' 'usbmuxd.service' 'user-runtime-dir@.service' 'user@.service' 'uuidd.service' 'virtchd.service' 'virtinterfaced.service' 'virtlxcd.service' 'virtnetworkd.service' 'virtnodedevd.service' 'virtnwfilterd.service' 'virtproxyd.service' 'virtqemud.service' 'virtsecretd.service' 'virtstoraged.service' 'virtvboxd.service' 'vncserver@.service' 'wpa_supplicant-nl80211@.service' 'wpa_supplicant-wired@.service' 'wpa_supplicant.service' 'wpa_supplicant@.service' 'xfs_scrub@.service' 'xfs_scrub_all.service' 'xfs_scrub_fail@.service' 'zerotier-one.service' 'system-systemd\x2dcryptsetup.slice' 'system-systemd\x2dveritysetup.slice' 'cups-lpd.socket' 'dirmngr@.socket' 'git-daemon.socket' 'gpg-agent-browser@.socket' 'gpg-agent-extra@.socket' 'gpg-agent-ssh@.socket' 'gpg-agent@.socket' 'keyboxd@.socket' 'krb5-kpropd.socket' 'libvirtd-tcp.socket' 'libvirtd-tls.socket' 'lircd.socket' 'mpd.socket' 'multipathd.socket' 'netavark-dhcp-proxy.socket' 'pcscd.socket' 'podman.socket' 'qemu-pr-helper.socket' 'rpcbind.socket' 'rsyncd.socket' 'saned.socket' 'systemd-journal-gatewayd.socket' 'systemd-journal-remote.socket' 'systemd-journald-varlink@.socket' 'systemd-journald@.socket' 'systemd-userdbd.socket' 'uuidd.socket' 'virtchd-admin.socket' 'virtchd-ro.socket' 'virtchd.socket' 'virtinterfaced-admin.socket' 'virtinterfaced-ro.socket' 'virtinterfaced.socket' 'virtlxcd-admin.socket' 'virtlxcd-ro.socket' 'virtlxcd.socket' 'virtnetworkd-admin.socket' 'virtnetworkd-ro.socket' 'virtnetworkd.socket' 'virtnodedevd-admin.socket' 'virtnodedevd-ro.socket' 'virtnodedevd.socket' 'virtnwfilterd-admin.socket' 'virtnwfilterd-ro.socket' 'virtnwfilterd.socket' 'virtproxyd-admin.socket' 'virtproxyd-ro.socket' 'virtproxyd-tcp.socket' 'virtproxyd-tls.socket' 'virtproxyd.socket' 'virtqemud-admin.socket' 'virtqemud-ro.socket' 'virtqemud.socket' 'virtsecretd-admin.socket' 'virtsecretd-ro.socket' 'virtsecretd.socket' 'virtstoraged-admin.socket' 'virtstoraged-ro.socket' 'virtstoraged.socket' 'virtvboxd-admin.socket' 'virtvboxd-ro.socket' 'virtvboxd.socket' 'blockdev@.target' 'bluetooth.target' 'boot-complete.target' 'ctrl-alt-del.target' 'default.target' 'exit.target' 'factory-reset.target' 'halt.target' 'hibernate.target' 'hybrid-sleep.target' 'integritysetup-pre.target' 'kexec.target' 'machines.target' 'poweroff.target' 'printer.target' 'reboot.target' 'rpcbind.target' 'sigpwr.target' 'sleep.target' 'smartcard.target' 'storage-target-mode.target' 'suspend-then-hibernate.target' 'suspend.target' 'system-update-pre.target' 'system-update.target' 'usb-gadget.target' 'virt-guest-shutdown.target' 'btrfs-scrub@.timer' 'e2scrub_all.timer' 'fwupd-refresh.timer' 'mdadm-last-resort@.timer' 'mdcheck_continue.timer' 'mdcheck_start.timer' 'mdmonitor-oneshot.timer' 'paccache.timer' 'pacman-filesdb-refresh.timer' 'podman-auto-update.timer' 'snapper-boot.timer' 'snapper-cleanup.timer' 'snapper-timeline.timer' 'systemd-sysupdate-reboot.timer' 'systemd-sysupdate.timer' 'xfs_scrub_all.timer' -EO:_sys_really_all_units -)}"} ) diff --git a/zsh/.config/zsh/.zcompdump b/zsh/.config/zsh/.zcompdump deleted file mode 100644 index d2dce2d..0000000 --- a/zsh/.config/zsh/.zcompdump +++ /dev/null @@ -1,1881 +0,0 @@ -#files: 856 version: 5.9 - -_comps=( -'-' '_precommand' -'.' '_source' -'5g' '_go' -'5l' '_go' -'6g' '_go' -'6l' '_go' -'8g' '_go' -'8l' '_go' -'a2ps' '_a2ps' -'aaaa' '_hosts' -'aap' '_aap' -'abcde' '_abcde' -'ack' '_ack' -'ack2' '_ack' -'ack-grep' '_ack' -'ack-standalone' '_ack' -'acpi' '_acpi' -'acpitool' '_acpitool' -'acroread' '_acroread' -'adb' '_adb' -'add-zle-hook-widget' '_add-zle-hook-widget' -'add-zsh-hook' '_add-zsh-hook' -'admin' '_sccs' -'ali' '_mh' -'alias' '_alias' -'amaya' '_webbrowser' -'analyseplugin' '_analyseplugin' -'animate' '_imagemagick' -'anno' '_mh' -'ansible' '_ansible' -'ansible-config' '_ansible' -'ansible-console' '_ansible' -'ansible-doc' '_ansible' -'ansible-galaxy' '_ansible' -'ansible-inventory' '_ansible' -'ansible-playbook' '_ansible' -'ansible-pull' '_ansible' -'ansible-vault' '_ansible' -'ant' '_ant' -'antiword' '_antiword' -'aodh' '_openstack' -'aoss' '_precommand' -'apache2ctl' '_apachectl' -'apachectl' '_apachectl' -'aplay' '_alsa-utils' -'apm' '_apm' -'appletviewer' '_java' -'apropos' '_man' -'apvlv' '_pdf' -'arduino-ctags' '_ctags' -'arecord' '_alsa-utils' -'arena' '_webbrowser' -'_arguments' '__arguments' -'arp' '_arp' -'arping' '_arping' -'-array-value-' '_value' -'asciidoctor' '_asciidoctor' -'asciinema' '_asciinema' -'ash' '_sh' -'-assign-parameter-' '_assign' -'at' '_at' -'atq' '_at' -'atrm' '_at' -'attr' '_attr' -'augtool' '_augeas' -'autoload' '_typeset' -'avahi-browse' '_avahi' -'avahi-browse-domains' '_avahi' -'avahi-resolve' '_avahi' -'avahi-resolve-address' '_avahi' -'avahi-resolve-host-name' '_avahi' -'awk' '_awk' -'b2sum' '_md5sum' -'barbican' '_openstack' -'base32' '_base64' -'base64' '_base64' -'basename' '_basename' -'basenc' '_basenc' -'bash' '_bash' -'bat' '_bat' -'batch' '_at' -'baz' '_baz' -'beep' '_beep' -'bg' '_jobs_bg' -'bibtex' '_bibtex' -'bindkey' '_bindkey' -'bison' '_bison' -'bluetoothctl' '_bluetoothctl' -'bmake' '_make' -'bogofilter' '_bogofilter' -'bogotune' '_bogofilter' -'bogoutil' '_bogofilter' -'bootctl' '_bootctl' -'bpython' '_bpython' -'bpython2' '_bpython' -'bpython2-gtk' '_bpython' -'bpython2-urwid' '_bpython' -'bpython3' '_bpython' -'bpython3-gtk' '_bpython' -'bpython3-urwid' '_bpython' -'bpython-gtk' '_bpython' -'bpython-urwid' '_bpython' -'-brace-parameter-' '_brace_parameter' -'brctl' '_brctl' -'bsdgrep' '_grep' -'bsdtar' '_tar' -'btdownloadcurses' '_bittorrent' -'btdownloadgui' '_bittorrent' -'btdownloadheadless' '_bittorrent' -'btlaunchmany' '_bittorrent' -'btlaunchmanycurses' '_bittorrent' -'btmakemetafile' '_bittorrent' -'btreannounce' '_bittorrent' -'btrename' '_bittorrent' -'btrfs' '_btrfs' -'btshowmetainfo' '_bittorrent' -'bttrack' '_bittorrent' -'buildhash' '_ispell' -'builtin' '_builtin' -'bunzip2' '_bzip2' -'burst' '_mh' -'busctl' '_busctl' -'bwrap' '_bwrap' -'bzcat' '_bzip2' -'bzegrep' '_grep' -'bzfgrep' '_grep' -'bzgrep' '_grep' -'bzip2' '_bzip2' -'bzip2recover' '_bzip2' -'bzr' '_bzr' -'c++' '_gcc' -'cabal' '_cabal' -'cal' '_cal' -'calendar' '_calendar' -'cargo' '_cargo' -'cat' '_cat' -'catchsegv' '_precommand' -'cc' '_gcc' -'ccal' '_ccal' -'cd' '_cd' -'cdc' '_sccs' -'cdcd' '_cdcd' -'cdr' '_cdr' -'cdrdao' '_cdrdao' -'cdrecord' '_cdrecord' -'ceilometer' '_openstack' -'certtool' '_gnutls' -'cftp' '_twisted' -'chage' '_users' -'chattr' '_chattr' -'chcon' '_chcon' -'chdir' '_cd' -'checkupdates' '_checkupdates' -'chfn' '_users' -'chgrp' '_chown' -'chimera' '_webbrowser' -'chkconfig' '_chkconfig' -'chkstow' '_stow' -'chmod' '_chmod' -'choom' '_choom' -'chown' '_chown' -'chpass' '_chsh' -'chroot' '_chroot' -'chrt' '_chrt' -'chsh' '_chsh' -'ci' '_rcs' -'cifsiostat' '_sysstat' -'cinder' '_openstack' -'ckeygen' '_twisted' -'cksum' '_cksum' -'clang' '_gcc' -'clang++' '_gcc' -'clay' '_clay' -'clear' '_nothing' -'clight' '_clight' -'cloudkitty' '_openstack' -'clusterdb' '_postgresql' -'cmp' '_cmp' -'co' '_rcs' -'code' '_code' -'code-oss' '_code-oss' -'column' '_column' -'comb' '_sccs' -'combine' '_imagemagick' -'combinediff' '_patchutils' -'comm' '_comm' -'-command-' '_autocd' -'command' '_command' -'-command-line-' '_normal' -'comp' '_mh' -'compadd' '_compadd' -'compdef' '_compdef' -'composer' '_composer' -'composer.phar' '_composer' -'composite' '_imagemagick' -'compress' '_compress' -'conch' '_twisted' -'-condition-' '_condition' -'config.status' '_configure' -'configure' '_configure' -'convert' '_imagemagick' -'coredumpctl' '_coredumpctl' -'cowsay' '_cowsay' -'cowthink' '_cowsay' -'cp' '_cp' -'cpio' '_cpio' -'cplay' '_cplay' -'cpupower' '_cpupower' -'createdb' '_postgresql' -'createuser' '_postgresql' -'crontab' '_crontab' -'crsh' '_cssh' -'cryptsetup' '_cryptsetup' -'cscope' '_cscope' -'csh' '_sh' -'csplit' '_csplit' -'cssh' '_cssh' -'ctags' '_ctags' -'ctags-exuberant' '_ctags' -'ctags-universal' '_ctags' -'curl' '_curl' -'cut' '_cut' -'cvs' '_cvs' -'darcs' '_darcs' -'dash' '_sh' -'date' '_date' -'dbus-launch' '_dbus' -'dbus-monitor' '_dbus' -'dbus-send' '_dbus' -'dconf' '_dconf' -'dcop' '_dcop' -'dcopclient' '_dcop' -'dcopfind' '_dcop' -'dcopobject' '_dcop' -'dcopref' '_dcop' -'dcopstart' '_dcop' -'dd' '_dd' -'declare' '_typeset' -'-default-' '_default' -'delta' '_sccs' -'designate' '_openstack' -'devtodo' '_devtodo' -'df' '_df' -'dhclient' '_dhclient' -'dhclient3' '_dhclient' -'dict' '_dict' -'diff' '_diff' -'diff3' '_diff3' -'diffstat' '_diffstat' -'dig' '_dig' -'dillo' '_webbrowser' -'dircmp' '_directories' -'dirs' '_dirs' -'disable' '_disable' -'disown' '_jobs_fg' -'display' '_imagemagick' -'dist' '_mh' -'django-admin' '_django' -'django-admin.py' '_django' -'dkms' '_dkms' -'dmake' '_make' -'dmesg' '_dmesg' -'dmidecode' '_dmidecode' -'doas' '_doas' -'domainname' '_yp' -'dos2unix' '_dos2unix' -'downgrade' '_downgrade' -'drill' '_drill' -'dropbox' '_dropbox' -'dropdb' '_postgresql' -'dropuser' '_postgresql' -'dsh' '_dsh' -'dtruss' '_dtruss' -'du' '_du' -'dvibook' '_dvi' -'dviconcat' '_dvi' -'dvicopy' '_dvi' -'dvidvi' '_dvi' -'dvipdf' '_dvi' -'dvips' '_dvi' -'dviselect' '_dvi' -'dvitodvi' '_dvi' -'dvitype' '_dvi' -'dwb' '_webbrowser' -'e2label' '_e2label' -'eatmydata' '_precommand' -'ecasound' '_ecasound' -'echotc' '_echotc' -'echoti' '_echoti' -'ed' '_ed' -'egrep' '_grep' -'elfdump' '_elfdump' -'elinks' '_elinks' -'emulate' '_emulate' -'enable' '_enable' -'enscript' '_enscript' -'entr' '_entr' -'env' '_env' -'eog' '_eog' -'epdfview' '_pdf' -'epsffit' '_psutils' -'-equal-' '_equal' -'erb' '_ruby' -'espeak' '_espeak' -'etags' '_etags' -'ethtool' '_ethtool' -'eu-nm' '_nm' -'eu-objdump' '_objdump' -'eu-readelf' '_readelf' -'eu-strings' '_strings' -'eval' '_precommand' -'eview' '_vim' -'evim' '_vim' -'evince' '_evince' -'ex' '_vi' -'exec' '_exec' -'expand' '_unexpand' -'export' '_typeset' -'express' '_webbrowser' -'extcheck' '_java' -'extractres' '_psutils' -'eza' '_eza' -'fakeroot' '_fakeroot' -'false' '_nothing' -'fc' '_fc' -'fc-list' '_xft_fonts' -'fc-match' '_xft_fonts' -'fd' '_fd' -'feh' '_feh' -'fetchmail' '_fetchmail' -'ffmpeg' '_ffmpeg' -'fg' '_jobs_fg' -'fgrep' '_grep' -'figlet' '_figlet' -'filterdiff' '_patchutils' -'find' '_find' -'findaffix' '_ispell' -'findmnt' '_findmnt' -'finger' '_finger' -'firefox' '_mozilla' -'-first-' '_first' -'fixdlsrps' '_psutils' -'fixfmps' '_psutils' -'fixmacps' '_psutils' -'fixpsditps' '_psutils' -'fixpspps' '_psutils' -'fixscribeps' '_psutils' -'fixtpps' '_psutils' -'fixwfwps' '_psutils' -'fixwpps' '_psutils' -'fixwwps' '_psutils' -'flac' '_flac' -'flameshot' '_flameshot' -'flatpak' '_flatpak' -'flex' '_flex' -'flex++' '_flex' -'flipdiff' '_patchutils' -'flist' '_mh' -'flists' '_mh' -'float' '_typeset' -'fmt' '_fmt' -'fmttest' '_mh' -'fned' '_zed' -'fnext' '_mh' -'fold' '_fold' -'folder' '_mh' -'folders' '_mh' -'fortune' '_fortune' -'forw' '_mh' -'fprev' '_mh' -'free' '_free' -'freebsd-make' '_make' -'freezer' '_openstack' -'fsh' '_fsh' -'ftp' '_hosts' -'functions' '_typeset' -'fuser' '_fuser' -'fusermount' '_fusermount' -'fwhois' '_whois' -'g++' '_gcc' -'galeon' '_webbrowser' -'gawk' '_awk' -'gb2sum' '_md5sum' -'gbase32' '_base64' -'gbase64' '_base64' -'gbasename' '_basename' -'gcat' '_cat' -'gcc' '_gcc' -'gccgo' '_go' -'gchgrp' '_chown' -'gchmod' '_chmod' -'gchown' '_chown' -'gchroot' '_chroot' -'gcksum' '_cksum' -'gcmp' '_cmp' -'gcomm' '_comm' -'gcore' '_gcore' -'gcp' '_cp' -'gcut' '_cut' -'gdate' '_date' -'gdb' '_gdb' -'gdd' '_dd' -'gdf' '_df' -'gdiff' '_diff' -'gdu' '_du' -'geany' '_geany' -'gegrep' '_grep' -'gem' '_gem' -'genisoimage' '_genisoimage' -'genv' '_env' -'get' '_sccs' -'getafm' '_psutils' -'getconf' '_getconf' -'getent' '_getent' -'getfacl' '_getfacl' -'getfacl.exe' '_getfacl' -'getfattr' '_attr' -'getmail' '_getmail' -'getopt' '_getopt' -'getopts' '_vars' -'gex' '_vim' -'gexpand' '_unexpand' -'gfgrep' '_grep' -'gfind' '_find' -'gfmt' '_fmt' -'gfold' '_fold' -'ggetopt' '_getopt' -'ggrep' '_grep' -'ggv' '_gnome-gv' -'ghead' '_head' -'ghostscript' '_ghostscript' -'ghostview' '_pspdf' -'gid' '_id' -'ginstall' '_install' -'git' '_git' -'git-annex' '_git-annex' -'git-cvsserver' '_git' -'gitk' '_git' -'git-receive-pack' '_git' -'git-shell' '_git' -'git-upload-archive' '_git' -'git-upload-pack' '_git' -'gjoin' '_join' -'glance' '_openstack' -'gln' '_ln' -'global' '_global' -'glocate' '_locate' -'gls' '_ls' -'gm' '_graphicsmagick' -'gmake' '_make' -'gmd5sum' '_md5sum' -'gmkdir' '_mkdir' -'gmkfifo' '_mkfifo' -'gmknod' '_mknod' -'gmktemp' '_mktemp' -'gmplayer' '_mplayer' -'gmv' '_mv' -'gnl' '_nl' -'gnocchi' '_openstack' -'gnome-gv' '_gnome-gv' -'gnumfmt' '_numfmt' -'gnupod_addsong' '_gnupod' -'gnupod_addsong.pl' '_gnupod' -'gnupod_check' '_gnupod' -'gnupod_check.pl' '_gnupod' -'gnupod_INIT' '_gnupod' -'gnupod_INIT.pl' '_gnupod' -'gnupod_search' '_gnupod' -'gnupod_search.pl' '_gnupod' -'gnutls-cli' '_gnutls' -'gnutls-cli-debug' '_gnutls' -'gnutls-serv' '_gnutls' -'god' '_od' -'gofmt' '_go' -'gpasswd' '_gpasswd' -'gpaste' '_paste' -'gpatch' '_patch' -'gpg' '_gpg' -'gpg2' '_gpg' -'gpgv' '_gpg' -'gpg-zip' '_gpg' -'gphoto2' '_gphoto2' -'gprintenv' '_printenv' -'gprof' '_gprof' -'gqview' '_gqview' -'gradle' '_gradle' -'gradlew' '_gradle' -'grail' '_webbrowser' -'greadlink' '_readlink' -'grep' '_grep' -'grepdiff' '_patchutils' -'grm' '_rm' -'grmdir' '_rmdir' -'groff' '_groff' -'groupadd' '_user_admin' -'groupdel' '_groups' -'groupmod' '_user_admin' -'groups' '_users' -'growisofs' '_growisofs' -'gs' '_ghostscript' -'gsbj' '_pspdf' -'gsdj' '_pspdf' -'gsdj500' '_pspdf' -'gsed' '_sed' -'gseq' '_seq' -'gsettings' '_gsettings' -'gsha1sum' '_md5sum' -'gsha224sum' '_md5sum' -'gsha256sum' '_md5sum' -'gsha384sum' '_md5sum' -'gsha512sum' '_md5sum' -'gshred' '_shred' -'gshuf' '_shuf' -'gslj' '_pspdf' -'gslp' '_pspdf' -'gsnd' '_pspdf' -'gsort' '_sort' -'gsplit' '_split' -'gstat' '_stat' -'gstdbuf' '_stdbuf' -'gstrings' '_strings' -'gstty' '_stty' -'gsum' '_cksum' -'gtac' '_tac' -'gtail' '_tail' -'gtar' '_tar' -'gtee' '_tee' -'gtimeout' '_timeout' -'gtouch' '_touch' -'gtr' '_tr' -'gtty' '_tty' -'guilt' '_guilt' -'guilt-add' '_guilt' -'guilt-applied' '_guilt' -'guilt-delete' '_guilt' -'guilt-files' '_guilt' -'guilt-fold' '_guilt' -'guilt-fork' '_guilt' -'guilt-header' '_guilt' -'guilt-help' '_guilt' -'guilt-import' '_guilt' -'guilt-import-commit' '_guilt' -'guilt-init' '_guilt' -'guilt-new' '_guilt' -'guilt-next' '_guilt' -'guilt-patchbomb' '_guilt' -'guilt-pop' '_guilt' -'guilt-prev' '_guilt' -'guilt-push' '_guilt' -'guilt-rebase' '_guilt' -'guilt-refresh' '_guilt' -'guilt-rm' '_guilt' -'guilt-series' '_guilt' -'guilt-status' '_guilt' -'guilt-top' '_guilt' -'guilt-unapplied' '_guilt' -'guname' '_uname' -'gunexpand' '_unexpand' -'guniq' '_uniq' -'gunzip' '_gzip' -'guptime' '_uptime' -'gv' '_gv' -'gview' '_vim' -'gvim' '_vim' -'gvimdiff' '_vim' -'gwc' '_wc' -'gwho' '_who' -'gxargs' '_xargs' -'gzcat' '_gzip' -'gzegrep' '_grep' -'gzfgrep' '_grep' -'gzgrep' '_grep' -'gzilla' '_webbrowser' -'gzip' '_gzip' -'hash' '_hash' -'hd' '_hexdump' -'head' '_head' -'heat' '_openstack' -'help' '_sccs' -'hexdump' '_hexdump' -'hilite' '_precommand' -'histed' '_zed' -'history' '_fc' -'host' '_host' -'hostname' '_hostname' -'hostnamectl' '_hostnamectl' -'hotjava' '_webbrowser' -'htop' '_htop' -'iceweasel' '_mozilla' -'icombine' '_ispell' -'iconv' '_iconv' -'iconvconfig' '_iconvconfig' -'id' '_id' -'identify' '_imagemagick' -'ifconfig' '_ifconfig' -'ifdown' '_net_interfaces' -'iftop' '_iftop' -'ifup' '_net_interfaces' -'ijoin' '_ispell' -'img2sixel' '_img2sixel' -'import' '_imagemagick' -'inc' '_mh' -'includeres' '_psutils' -'info' '_texinfo' -'infocmp' '_terminals' -'initctl' '_initctl' -'initdb' '_postgresql' -'insmod' '_modutils' -'install' '_install' -'install-info' '_texinfo' -'integer' '_typeset' -'interdiff' '_patchutils' -'ionice' '_ionice' -'iostat' '_iostat' -'ip' '_ip' -'ip6tables' '_iptables' -'ip6tables-restore' '_iptables' -'ip6tables-save' '_iptables' -'ipkg' '_opkg' -'ipsec' '_ipsec' -'ipset' '_ipset' -'iptables' '_iptables' -'iptables-restore' '_iptables' -'iptables-save' '_iptables' -'irb' '_ruby' -'ironic' '_openstack' -'irssi' '_irssi' -'isag' '_sysstat' -'ispell' '_ispell' -'iwconfig' '_iwconfig' -'jadetex' '_tex' -'jar' '_java' -'jarsigner' '_java' -'java' '_java' -'javac' '_java' -'javadoc' '_java' -'javah' '_java' -'javap' '_java' -'jdb' '_java' -'jobs' '_jobs_builtin' -'joe' '_joe' -'join' '_join' -'journalctl' '_journalctl' -'jq' '_jq' -'kdeconnect-cli' '_kdeconnect' -'kernel-install' '_kernel-install' -'keystone' '_openstack' -'keytool' '_java' -'kfmclient' '_kfmclient' -'kill' '_kill' -'killall' '_killall' -'killall5' '_killall' -'kioclient' '_kfmclient' -'kitty' '_kitty' -'knock' '_knock' -'konqueror' '_webbrowser' -'kpartx' '_kpartx' -'kpdf' '_pdf' -'ksh' '_sh' -'ksh88' '_sh' -'ksh93' '_sh' -'kvno' '_kvno' -'last' '_last' -'lastb' '_last' -'latex' '_tex' -'latexmk' '_tex' -'ldconfig' '_ldconfig' -'ldconfig.real' '_ldconfig' -'ldd' '_ldd' -'less' '_less' -'let' '_math' -'lf' '_lf' -'lftp' '_ncftp' -'lha' '_lha' -'libinput' '_libinput' -'light' '_webbrowser' -'limit' '_limit' -'links' '_links' -'links2' '_links' -'linux' '_uml' -'lldb' '_lldb' -'llvm-g++' '_gcc' -'llvm-gcc' '_gcc' -'llvm-objdump' '_objdump' -'ln' '_ln' -'loadkeys' '_loadkeys' -'local' '_typeset' -'locale' '_locale' -'localectl' '_localectl' -'localedef' '_localedef' -'locate' '_locate' -'log' '_nothing' -'logger' '_logger' -'loginctl' '_loginctl' -'logname' '_nothing' -'look' '_look' -'losetup' '_losetup' -'lp' '_lp' -'lpadmin' '_lp' -'lpinfo' '_lp' -'lpoptions' '_lp' -'lpq' '_lp' -'lpr' '_lp' -'lprm' '_lp' -'lpstat' '_lp' -'ls' '_ls' -'lsattr' '_lsattr' -'lsblk' '_lsblk' -'lsdiff' '_patchutils' -'lsinitcpio' '_mkinitcpio' -'lsmod' '_modutils' -'lsns' '_lsns' -'lsof' '_lsof' -'lsusb' '_lsusb' -'ltrace' '_ltrace' -'lua' '_lua' -'luarocks' '_luarocks' -'lynx' '_lynx' -'lz4' '_lz4' -'lz4c' '_lz4' -'lz4c32' '_lz4' -'lz4cat' '_lz4' -'lzcat' '_xz' -'lzma' '_xz' -'lzop' '_lzop' -'mac2unix' '_dos2unix' -'machinectl' '_machinectl' -'magnum' '_openstack' -'mail' '_mail' -'Mail' '_mail' -'mailx' '_mail' -'make' '_make' -'makeinfo' '_texinfo' -'makepkg' '_pacman' -'mako' '_mako' -'makoctl' '_makoctl' -'man' '_man' -'manage.py' '_django' -'manila' '_openstack' -'mark' '_mh' -'mat' '_mat' -'mat2' '_mat2' -'-math-' '_math' -'matlab' '_matlab' -'mattrib' '_mtools' -'mcd' '_mtools' -'mcopy' '_mtools' -'md2' '_cksum' -'md4' '_cksum' -'md5' '_cksum' -'md5sum' '_md5sum' -'mdadm' '_mdadm' -'mdel' '_mtools' -'mdeltree' '_mtools' -'mdir' '_mtools' -'mdu' '_mtools' -'mencal' '_mencal' -'mere' '_mere' -'merge' '_rcs' -'meson' '_meson' -'metaflac' '_flac' -'mformat' '_mtools' -'mgv' '_pspdf' -'mhfixmsg' '_mh' -'mhlist' '_mh' -'mhmail' '_mh' -'mhn' '_mh' -'mhparam' '_mh' -'mhpath' '_mh' -'mhshow' '_mh' -'mhstore' '_mh' -'mii-tool' '_mii-tool' -'mistral' '_openstack' -'mkdir' '_mkdir' -'mkfifo' '_mkfifo' -'mkinitcpio' '_mkinitcpio' -'mkisofs' '_growisofs' -'mknod' '_mknod' -'mksh' '_sh' -'mktemp' '_mktemp' -'mktunes' '_gnupod' -'mktunes.pl' '_gnupod' -'mlabel' '_mtools' -'mlocate' '_locate' -'mmd' '_mtools' -'mmm' '_webbrowser' -'mmount' '_mtools' -'mmove' '_mtools' -'modinfo' '_modutils' -'modprobe' '_modutils' -'module' '_module' -'mogrify' '_imagemagick' -'monasca' '_openstack' -'mondoarchive' '_mondo' -'montage' '_imagemagick' -'moosic' '_moosic' -'Mosaic' '_webbrowser' -'mosh' '_mosh' -'mount' '_mount' -'mozilla' '_mozilla' -'mozilla-firefox' '_mozilla' -'mozilla-xremote-client' '_mozilla' -'mpc' '_mpc' -'mplayer' '_mplayer' -'mpstat' '_sysstat' -'mpv' '_mpv' -'mr' '_myrepos' -'mrd' '_mtools' -'mread' '_mtools' -'mren' '_mtools' -'msgchk' '_mh' -'mt' '_mt' -'mtn' '_monotone' -'mtoolstest' '_mtools' -'mtr' '_mtr' -'mtype' '_mtools' -'munchlist' '_ispell' -'mupdf' '_mupdf' -'murano' '_openstack' -'mush' '_mail' -'mutt' '_mutt' -'mv' '_mv' -'mvim' '_vim' -'mw' '_mutt-wizard.zsh' -'mx' '_hosts' -'mysql' '_mysql_utils' -'mysqladmin' '_mysql_utils' -'mysqldiff' '_mysqldiff' -'mysqldump' '_mysql_utils' -'mysqlimport' '_mysql_utils' -'mysqlshow' '_mysql_utils' -'nail' '_mail' -'native2ascii' '_java' -'nautilus' '_nautilus' -'nawk' '_awk' -'nc' '_netcat' -'ncal' '_cal' -'ncftp' '_ncftp' -'ncl' '_nedit' -'nedit' '_nedit' -'nedit-nc' '_nedit' -'netcat' '_netcat' -'netrik' '_webbrowser' -'netscape' '_netscape' -'netstat' '_netstat' -'networkctl' '_networkctl' -'neutron' '_openstack' -'new' '_mh' -'newgrp' '_groups' -'next' '_mh' -'nginx' '_nginx' -'ngrep' '_ngrep' -'nice' '_nice' -'ninja' '_ninja' -'nkf' '_nkf' -'nl' '_nl' -'nm' '_nm' -'nmap' '_nmap' -'nmblookup' '_samba' -'nmcli' '_networkmanager' -'nocorrect' '_precommand' -'noglob' '_precommand' -'nohup' '_precommand' -'notmuch' '_notmuch' -'nova' '_openstack' -'npm' '_npm' -'ns' '_hosts' -'nsenter' '_nsenter' -'nslookup' '_nslookup' -'ntalk' '_other_accounts' -'numfmt' '_numfmt' -'nvim' '_vim' -'objdump' '_objdump' -'od' '_od' -'ogg123' '_vorbis' -'oggdec' '_vorbis' -'oggenc' '_vorbis' -'ogginfo' '_vorbis' -'oksh' '_sh' -'okular' '_okular' -'oomctl' '_oomctl' -'openstack' '_openstack' -'opera' '_webbrowser' -'opera-next' '_webbrowser' -'opkg' '_opkg' -'opusdec' '_opustools' -'opusenc' '_opustools' -'opusinfo' '_opustools' -'p4' '_perforce' -'p4d' '_perforce' -'pacat' '_pulseaudio' -'paccache' '_paccache' -'pacdiff' '_pacdiff' -'pacignore' '_pacignore' -'pack' '_pack' -'packf' '_mh' -'paclist' '_paclist' -'paclog-pkglist' '_paclog-pkglist' -'pacman' '_pacman' -'pacman-conf' '_pacman' -'pacman-key' '_pacman' -'pacman.static' '_pacman' -'pacmd' '_pulseaudio' -'pacscripts' '_pacscripts' -'pacsearch' '_pacsearch' -'pacsort' '_pacsort' -'pactl' '_pulseaudio' -'pactree' '_pactree' -'padsp' '_pulseaudio' -'pandoc' '_pandoc' -'paplay' '_pulseaudio' -'-parameter-' '_parameter' -'parec' '_pulseaudio' -'parecord' '_pulseaudio' -'paru' '_paru' -'pass' '_pass' -'passwd' '_users' -'paste' '_paste' -'pasuspender' '_pulseaudio' -'patch' '_patch' -'pax' '_pax' -'pcat' '_pack' -'pcp-htop' '_htop' -'pcred' '_pids' -'pdf2dsc' '_pdf' -'pdf2ps' '_pdf' -'pdffonts' '_pdf' -'pdfimages' '_pdf' -'pdfinfo' '_pdf' -'pdfjadetex' '_tex' -'pdflatex' '_tex' -'pdfopt' '_pdf' -'pdftex' '_tex' -'pdftexi2dvi' '_texinfo' -'pdftk' '_pdftk' -'pdftopbm' '_pdf' -'pdftops' '_pdf' -'pdftotext' '_pdf' -'pdksh' '_sh' -'perf' '_perf' -'perl' '_perl' -'perldoc' '_perldoc' -'pfiles' '_pids' -'pflags' '_pids' -'pg_config' '_postgresql' -'pg_ctl' '_postgresql' -'pg_dump' '_postgresql' -'pg_dumpall' '_postgresql' -'pg_isready' '_postgresql' -'pgrep' '_pgrep' -'pg_restore' '_postgresql' -'pg_upgrade' '_postgresql' -'php' '_php' -'pick' '_mh' -'picocom' '_picocom' -'pidof' '_pidof' -'pidstat' '_sysstat' -'pigz' '_gzip' -'pine' '_pine' -'pinef' '_pine' -'pinfo' '_texinfo' -'ping' '_ping' -'ping6' '_ping' -'pkgadd' '_pkgadd' -'pkg-config' '_pkg-config' -'pkginfo' '_pkginfo' -'pkgrm' '_pkgrm' -'pkill' '_pgrep' -'playerctl' '_playerctl' -'pldd' '_pids' -'pmake' '_make' -'pman' '_perl_modules' -'pmap' '_pmap' -'pmcat' '_perl_modules' -'pmdesc' '_perl_modules' -'pmeth' '_perl_modules' -'pmexp' '_perl_modules' -'pmfunc' '_perl_modules' -'pmload' '_perl_modules' -'pmls' '_perl_modules' -'pmpath' '_perl_modules' -'pmvers' '_perl_modules' -'podgrep' '_perl_modules' -'podman' '_podman' -'podman-remote' '_podman-remote' -'podpath' '_perl_modules' -'podtoc' '_perl_modules' -'poetry' '_poetry' -'poff' '_pon' -'policytool' '_java' -'pon' '_pon' -'popd' '_directory_stack' -'postconf' '_postfix' -'postgres' '_postgresql' -'postmaster' '_postgresql' -'postqueue' '_postfix' -'postsuper' '_postfix' -'pr' '_pr' -'prev' '_mh' -'print' '_print' -'printenv' '_printenv' -'printf' '_print' -'prompt' '_prompt' -'prove' '_prove' -'prs' '_sccs' -'prt' '_sccs' -'prun' '_pids' -'ps' '_ps' -'ps2ascii' '_pspdf' -'ps2epsi' '_postscript' -'ps2pdf' '_postscript' -'ps2pdf12' '_postscript' -'ps2pdf13' '_postscript' -'ps2pdf14' '_postscript' -'ps2pdfwr' '_postscript' -'ps2ps' '_postscript' -'psbook' '_psutils' -'psed' '_sed' -'psig' '_pids' -'psmerge' '_psutils' -'psmulti' '_postscript' -'psnup' '_psutils' -'psql' '_postgresql' -'psresize' '_psutils' -'psselect' '_psutils' -'pstack' '_pids' -'pstoedit' '_pspdf' -'pstop' '_pids' -'pstops' '_psutils' -'pstotgif' '_pspdf' -'pswrap' '_postscript' -'ptx' '_ptx' -'pulseaudio' '_pulseaudio' -'pump' '_pump' -'pushd' '_cd' -'pv' '_pv' -'pwait' '_pids' -'pwdx' '_pids' -'pwgen' '_pwgen' -'pyhtmlizer' '_twisted' -'qdbus' '_qdbus' -'qiv' '_qiv' -'qpdf' '_qpdf' -'quilt' '_quilt' -'r' '_fc' -'rake' '_rake' -'rankmirrors' '_rankmirrors' -'ranlib' '_ranlib' -'rar' '_rar' -'rc' '_sh' -'rclone' '_rclone' -'rcp' '_rlogin' -'rcs' '_rcs' -'rcsdiff' '_rcs' -'rdesktop' '_rdesktop' -'read' '_read' -'readelf' '_readelf' -'readlink' '_readlink' -'readonly' '_typeset' -'-redirect-' '_redirect' -'-redirect-,<,bunzip2' '_bzip2' -'-redirect-,<,bzip2' '_bzip2' -'-redirect-,>,bzip2' '_bzip2' -'-redirect-,<,compress' '_compress' -'-redirect-,>,compress' '_compress' -'-redirect-,-default-,-default-' '_files' -'-redirect-,<,gunzip' '_gzip' -'-redirect-,<,gzip' '_gzip' -'-redirect-,>,gzip' '_gzip' -'-redirect-,<,uncompress' '_compress' -'-redirect-,<,unxz' '_xz' -'-redirect-,<,xz' '_xz' -'-redirect-,>,xz' '_xz' -'refile' '_mh' -'rehash' '_hash' -'reindexdb' '_postgresql' -'reload' '_initctl' -'remsh' '_rlogin' -'renice' '_renice' -'repl' '_mh' -'resolvectl' '_resolvectl' -'restart' '_initctl' -'retawq' '_webbrowser' -'rg' '_rg' -'rgrep' '_grep' -'rgview' '_vim' -'rgvim' '_vim' -'ri' '_ri' -'riverctl' '_riverctl' -'rlogin' '_rlogin' -'rm' '_rm' -'rmd160' '_cksum' -'rmdel' '_sccs' -'rmdir' '_rmdir' -'rmf' '_mh' -'rmic' '_java' -'rmid' '_java' -'rmiregistry' '_java' -'rmm' '_mh' -'rmmod' '_modutils' -'route' '_route' -'rrdtool' '_rrdtool' -'rsh' '_rlogin' -'rsync' '_rsync' -'rtin' '_tin' -'rubber' '_rubber' -'rubber-info' '_rubber' -'rubber-pipe' '_rubber' -'ruby' '_ruby' -'ruby-mri' '_ruby' -'run-help' '_run-help' -'rup' '_hosts' -'rusage' '_precommand' -'rustup' '_rustup' -'rview' '_vim' -'rvim' '_vim' -'rwho' '_hosts' -'rxvt' '_urxvt' -'s2p' '_sed' -'sact' '_sccs' -'sadf' '_sysstat' -'sahara' '_openstack' -'sar' '_sysstat' -'scan' '_mh' -'sccs' '_sccs' -'sccsdiff' '_sccs' -'sched' '_sched' -'schedtool' '_schedtool' -'scons' '_scons' -'scp' '_ssh' -'scrcpy' '_scrcpy' -'scrcpy.exe' '_scrcpy' -'screen' '_screen' -'script' '_script' -'scriptreplay' '_script' -'seaf-cli' '_seafile' -'sed' '_sed' -'senlin' '_openstack' -'seq' '_seq' -'serialver' '_java' -'service' '_service' -'set' '_set' -'setfacl' '_setfacl' -'setfacl.exe' '_setfacl' -'setfattr' '_attr' -'setopt' '_setopt' -'setpriv' '_setpriv' -'setsid' '_setsid' -'setxkbmap' '_setxkbmap' -'sftp' '_ssh' -'sh' '_sh' -'sha1' '_cksum' -'sha1sum' '_md5sum' -'sha224sum' '_md5sum' -'sha256' '_cksum' -'sha256sum' '_md5sum' -'sha384' '_cksum' -'sha384sum' '_md5sum' -'sha512' '_cksum' -'sha512sum' '_md5sum' -'sha512t256' '_cksum' -'shasum' '_shasum' -'shift' '_arrays' -'show' '_mh' -'showchar' '_psutils' -'showmount' '_showmount' -'shred' '_shred' -'shuf' '_shuf' -'shutdown' '_shutdown' -'sisu' '_sisu' -'skein1024' '_cksum' -'skein256' '_cksum' -'skein512' '_cksum' -'skipstone' '_webbrowser' -'slabtop' '_slabtop' -'slitex' '_tex' -'slocate' '_locate' -'slogin' '_ssh' -'slrn' '_slrn' -'smartctl' '_smartmontools' -'smbclient' '_samba' -'smbcontrol' '_samba' -'smbstatus' '_samba' -'snapper' '_snapper' -'soa' '_hosts' -'socket' '_socket' -'sort' '_sort' -'sortm' '_mh' -'source' '_source' -'spamassassin' '_spamassassin' -'split' '_split' -'splitdiff' '_patchutils' -'sqlite' '_sqlite' -'sqlite3' '_sqlite' -'sqsh' '_sqsh' -'sr' '_surfraw' -'srptool' '_gnutls' -'ss' '_ss' -'ssh' '_ssh' -'ssh-add' '_ssh' -'ssh-agent' '_ssh' -'ssh-copy-id' '_ssh' -'sshfs' '_sshfs' -'ssh-keygen' '_ssh' -'ssh-keyscan' '_ssh' -'star' '_tar' -'start' '_initctl' -'stat' '_stat' -'status' '_initctl' -'stdbuf' '_stdbuf' -'stg' '_stgit' -'stop' '_initctl' -'stow' '_stow' -'strace' '_strace' -'strace64' '_strace' -'strftime' '_strftime' -'strings' '_strings' -'strip' '_strip' -'strongswan' '_ipsec' -'stty' '_stty' -'su' '_su' -'subl' '_sublimetext' -'-subscript-' '_subscript' -'sudo' '_sudo' -'sudoedit' '_sudo' -'sum' '_cksum' -'surfraw' '_surfraw' -'sv' '_runit' -'svn' '_subversion' -'svnadmin' '_subversion' -'svnadmin-static' '_subversion' -'svnlite' '_subversion' -'svnliteadmin' '_subversion' -'swaks' '_swaks' -'swanctl' '_swanctl' -'swayidle' '_swayidle' -'swaylock' '_swaylock' -'swift' '_swift' -'swiftc' '_swift' -'sync' '_nothing' -'sysctl' '_sysctl' -'systemctl' '_systemctl' -'systemd-analyze' '_systemd-analyze' -'systemd-ask-password' '_systemd' -'systemd-cat' '_systemd' -'systemd-cgls' '_systemd' -'systemd-cgtop' '_systemd' -'systemd-delta' '_systemd-delta' -'systemd-detect-virt' '_systemd' -'systemd-inhibit' '_systemd-inhibit' -'systemd-machine-id-setup' '_systemd' -'systemd-notify' '_systemd' -'systemd-nspawn' '_systemd-nspawn' -'systemd-path' '_systemd-path' -'systemd-resolve' '_resolvectl' -'systemd-run' '_systemd-run' -'systemd-tmpfiles' '_systemd-tmpfiles' -'systemd-tty-ask-password-agent' '_systemd' -'tac' '_tac' -'tacker' '_openstack' -'tail' '_tail' -'talk' '_other_accounts' -'tar' '_tar' -'tardy' '_tardy' -'tcpdump' '_tcpdump' -'tcp_open' '_tcpsys' -'tcptraceroute' '_tcptraceroute' -'tcsh' '_sh' -'tda' '_devtodo' -'tdd' '_devtodo' -'tde' '_devtodo' -'tdr' '_devtodo' -'tee' '_tee' -'telnet' '_telnet' -'tex' '_tex' -'texi2any' '_texinfo' -'texi2dvi' '_texinfo' -'texi2pdf' '_texinfo' -'texindex' '_texinfo' -'tg' '_topgit' -'tidy' '_tidy' -'tig' '_git' -'-tilde-' '_tilde' -'time' '_precommand' -'timedatectl' '_timedatectl' -'timeout' '_timeout' -'times' '_nothing' -'tin' '_tin' -'tkconch' '_twisted' -'tkinfo' '_texinfo' -'tla' '_tla' -'tload' '_tload' -'tmux' '_tmux' -'todo' '_devtodo' -'todo.sh' '_todo.sh' -'toilet' '_toilet' -'top' '_top' -'totdconfig' '_totd' -'touch' '_touch' -'tpb' '_tpb' -'tput' '_tput' -'tr' '_tr' -'tracepath' '_tracepath' -'tracepath6' '_tracepath' -'traceroute' '_hosts' -'transmission-remote' '_transmission' -'trap' '_trap' -'tree' '_tree' -'trial' '_twisted' -'trove' '_openstack' -'true' '_nothing' -'truncate' '_truncate' -'truss' '_truss' -'tryaffix' '_ispell' -'tty' '_tty' -'ttyctl' '_ttyctl' -'tunctl' '_uml' -'tune2fs' '_tune2fs' -'tunes2pod' '_gnupod' -'tunes2pod.pl' '_gnupod' -'twidge' '_twidge' -'twist' '_twisted' -'twistd' '_twisted' -'txt' '_hosts' -'type' '_which' -'typeset' '_typeset' -'udevadm' '_udevadm' -'udisksctl' '_udisks2' -'ulimit' '_ulimit' -'uml_mconsole' '_uml' -'uml_moo' '_uml' -'uml_switch' '_uml' -'umount' '_mount' -'unace' '_unace' -'unalias' '_aliases' -'uname' '_uname' -'uncompress' '_compress' -'unexpand' '_unexpand' -'unfunction' '_functions' -'unget' '_sccs' -'unhash' '_unhash' -'uniq' '_uniq' -'unison' '_unison' -'units' '_units' -'unix2dos' '_dos2unix' -'unix2mac' '_dos2unix' -'unlimit' '_limits' -'unlz4' '_lz4' -'unlzma' '_xz' -'unpack' '_pack' -'unpigz' '_gzip' -'unrar' '_rar' -'unset' '_vars' -'unsetopt' '_setopt' -'unshare' '_unshare' -'unwrapdiff' '_patchutils' -'unxz' '_xz' -'unzip' '_zip' -'updpkgsums' '_updpkgsums' -'uptime' '_uptime' -'urxvt' '_urxvt' -'urxvt256c' '_urxvt' -'urxvt256cc' '_urxvt' -'urxvt256c-ml' '_urxvt' -'urxvt256c-mlc' '_urxvt' -'urxvtc' '_urxvt' -'useradd' '_user_admin' -'userdel' '_users' -'usermod' '_user_admin' -'vacuumdb' '_postgresql' -'val' '_sccs' -'valgrind' '_valgrind' -'-value-' '_value' -'-value-,ADB_TRACE,-default-' '_adb' -'-value-,ANDROID_LOG_TAGS,-default-' '_adb' -'-value-,ANDROID_SERIAL,-default-' '_adb' -'-value-,ANSIBLE_INVENTORY_ENABLED,-default-' '_ansible' -'-value-,ANSIBLE_STDOUT_CALLBACK,-default-' '_ansible' -'-value-,ANT_ARGS,-default-' '_ant' -'-value-,CFLAGS,-default-' '_gcc' -'-value-,CPPFLAGS,-default-' '_gcc' -'-value-,CXXFLAGS,-default-' '_gcc' -'-value-,-default-,-command-' '_zargs' -'-value-,-default-,-default-' '_value' -'-value-,DISPLAY,-default-' '_x_display' -'-value-,GREP_OPTIONS,-default-' '_grep' -'-value-,GZIP,-default-' '_gzip' -'-value-,LANG,-default-' '_locales' -'-value-,LANGUAGE,-default-' '_locales' -'-value-,LD_DEBUG,-default-' '_ld_debug' -'-value-,LDFLAGS,-default-' '_gcc' -'-value-,LESSCHARSET,-default-' '_less' -'-value-,LESS,-default-' '_less' -'-value-,LOOPDEV_DEBUG,-default-' '_losetup' -'-value-,LPDEST,-default-' '_printers' -'-value-,MPD_HOST,-default' '_mpc' -'-value-,P4CLIENT,-default-' '_perforce' -'-value-,P4MERGE,-default-' '_perforce' -'-value-,P4PORT,-default-' '_perforce' -'-value-,P4USER,-default-' '_perforce' -'-value-,PERLDOC,-default-' '_perldoc' -'-value-,PRINTER,-default-' '_printers' -'-value-,PROMPT2,-default-' '_ps1234' -'-value-,PROMPT3,-default-' '_ps1234' -'-value-,PROMPT4,-default-' '_ps1234' -'-value-,PROMPT,-default-' '_ps1234' -'-value-,PS1,-default-' '_ps1234' -'-value-,PS2,-default-' '_ps1234' -'-value-,PS3,-default-' '_ps1234' -'-value-,PS4,-default-' '_ps1234' -'-value-,RPROMPT2,-default-' '_ps1234' -'-value-,RPROMPT,-default-' '_ps1234' -'-value-,RPS1,-default-' '_ps1234' -'-value-,RPS2,-default-' '_ps1234' -'-value-,SPROMPT,-default-' '_ps1234' -'-value-,TERM,-default-' '_terminals' -'-value-,TERMINFO_DIRS,-default-' '_dir_list' -'-value-,TZ,-default-' '_time_zone' -'-value-,VALGRIND_OPTS,-default-' '_valgrind' -'-value-,WWW_HOME,-default-' '_urls' -'-value-,XML_CATALOG_FILES,-default-' '_xmlsoft' -'-value-,XZ_DEFAULTS,-default-' '_xz' -'-value-,XZ_OPT,-default-' '_xz' -'-vared-' '_in_vared' -'vared' '_vared' -'vcs_info_hookadd' '_vcs_info' -'vcs_info_hookdel' '_vcs_info' -'vi' '_vi' -'view' '_vi' -'vim' '_vim' -'vimdiff' '_vim' -'virsh' '_libvirt' -'virt-admin' '_libvirt' -'virt-host-validate' '_libvirt' -'virt-pki-validate' '_libvirt' -'virt-xml-validate' '_libvirt' -'visudo' '_visudo' -'vitrage' '_openstack' -'vmstat' '_vmstat' -'vncserver' '_vnc' -'vncviewer' '_vnc' -'vorbiscomment' '_vorbis' -'vpnc' '_vpnc' -'vpnc-connect' '_vpnc' -'vserver' '_vserver' -'w' '_w' -'w3m' '_w3m' -'wait' '_wait' -'watch' '_watch' -'watcher' '_openstack' -'wc' '_wc' -'wget' '_wget' -'what' '_sccs' -'whatis' '_man' -'whence' '_which' -'where' '_which' -'whereis' '_whereis' -'which' '_which' -'who' '_who' -'whoami' '_nothing' -'whois' '_whois' -'whom' '_mh' -'wiggle' '_wiggle' -'wipefs' '_wipefs' -'wl-copy' '_wl-copy' -'wl-paste' '_wl-paste' -'wodim' '_cdrecord' -'wpa_cli' '_wpa_cli' -'wpctl' '_wpctl' -'write' '_users_on' -'www' '_webbrowser' -'xargs' '_xargs' -'xattr' '_attr' -'xauth' '_xauth' -'xautolock' '_xautolock' -'xclip' '_xclip' -'xdpyinfo' '_x_utils' -'xdvi' '_xdvi' -'xelatex' '_tex' -'xetex' '_tex' -'xev' '_x_utils' -'xfd' '_x_utils' -'xfig' '_xfig' -'xfontsel' '_x_utils' -'xfreerdp' '_rdesktop' -'xhost' '_x_utils' -'xinput' '_xinput' -'xkill' '_x_utils' -'xli' '_xloadimage' -'xloadimage' '_xloadimage' -'xlsatoms' '_x_utils' -'xlsclients' '_x_utils' -'xml' '_xmlstarlet' -'xmllint' '_xmlsoft' -'xmlstarlet' '_xmlstarlet' -'xmms2' '_xmms2' -'xmodmap' '_xmodmap' -'xmosaic' '_webbrowser' -'xon' '_x_utils' -'xournal' '_xournal' -'xpdf' '_xpdf' -'xping' '_hosts' -'xprop' '_x_utils' -'xrandr' '_xrandr' -'xrdb' '_x_utils' -'xscreensaver-command' '_xscreensaver' -'xset' '_xset' -'xsetbg' '_xloadimage' -'xsetroot' '_x_utils' -'xsltproc' '_xmlsoft' -'xss-lock' '_xss-lock' -'xterm' '_xterm' -'xtightvncviewer' '_vnc' -'xtp' '_imagemagick' -'xv' '_xv' -'xview' '_xloadimage' -'xvnc4viewer' '_vnc' -'xvncviewer' '_vnc' -'xwd' '_x_utils' -'xwininfo' '_x_utils' -'xwit' '_xwit' -'xwud' '_x_utils' -'xxd' '_xxd' -'xz' '_xz' -'xzcat' '_xz' -'yafc' '_yafc' -'yash' '_sh' -'ypbind' '_yp' -'ypcat' '_yp' -'ypmatch' '_yp' -'yppasswd' '_yp' -'yppoll' '_yp' -'yppush' '_yp' -'ypserv' '_yp' -'ypset' '_yp' -'ypwhich' '_yp' -'ypxfr' '_yp' -'ytalk' '_other_accounts' -'yt-dlp' '_yt-dlp' -'zargs' '_zargs' -'zathura' '_zathura' -'zcalc' '_zcalc' -'-zcalc-line-' '_zcalc_line' -'zcat' '_zcat' -'zcompile' '_zcompile' -'zcp' '_zmv' -'zdb' '_zfs' -'zdelattr' '_zattr' -'zdump' '_zdump' -'zeal' '_zeal' -'zed' '_zed' -'zegrep' '_grep' -'zen' '_webbrowser' -'zf_chgrp' '_chown' -'zf_chmod' '_chmod' -'zf_chown' '_chown' -'zfgrep' '_grep' -'zf_ln' '_ln' -'zf_mkdir' '_mkdir' -'zf_mv' '_mv' -'zf_rm' '_rm' -'zf_rmdir' '_rmdir' -'zfs' '_zfs' -'zgetattr' '_zattr' -'zgrep' '_grep' -'zip' '_zip' -'zipinfo' '_zip' -'zle' '_zle' -'zlistattr' '_zattr' -'zln' '_zmv' -'zmail' '_mail' -'zmodload' '_zmodload' -'zmv' '_zmv' -'zone' '_hosts' -'zoxide' '_zoxide' -'zparseopts' '_zparseopts' -'zpool' '_zfs' -'zpty' '_zpty' -'zsetattr' '_zattr' -'zsh' '_zsh' -'zsh-mime-handler' '_zsh-mime-handler' -'zsocket' '_zsocket' -'zstat' '_stat' -'zstyle' '_zstyle' -'ztodo' '_ztodo' -'zun' '_openstack' -'zxpdf' '_xpdf' -) - -_services=( -'bzcat' 'bunzip2' -'gchgrp' 'chgrp' -'gchown' 'chown' -'gnupod_addsong.pl' 'gnupod_addsong' -'gnupod_check.pl' 'gnupod_check' -'gnupod_INIT.pl' 'gnupod_INIT' -'gnupod_search.pl' 'gnupod_search' -'gpg2' 'gpg' -'gzcat' 'gunzip' -'iceweasel' 'firefox' -'lzcat' 'unxz' -'lzma' 'xz' -'Mail' 'mail' -'mailx' 'mail' -'mktunes.pl' 'mktunes' -'nail' 'mail' -'ncl' 'nc' -'nedit-nc' 'nc' -'pacman.static' 'pacman' -'pcat' 'unpack' -'-redirect-,<,bunzip2' 'bunzip2' -'-redirect-,<,bzip2' 'bzip2' -'-redirect-,>,bzip2' 'bunzip2' -'-redirect-,<,compress' 'compress' -'-redirect-,>,compress' 'uncompress' -'-redirect-,<,gunzip' 'gunzip' -'-redirect-,<,gzip' 'gzip' -'-redirect-,>,gzip' 'gunzip' -'-redirect-,<,uncompress' 'uncompress' -'-redirect-,<,unxz' 'unxz' -'-redirect-,<,xz' 'xz' -'-redirect-,>,xz' 'unxz' -'remsh' 'rsh' -'slogin' 'ssh' -'svnadmin-static' 'svnadmin' -'svnlite' 'svn' -'svnliteadmin' 'svnadmin' -'tunes2pod.pl' 'tunes2pod' -'unlzma' 'unxz' -'xelatex' 'latex' -'xetex' 'tex' -'xzcat' 'unxz' -'zf_chgrp' 'chgrp' -'zf_chown' 'chown' -) - -_patcomps=( -'*/(init|rc[0-9S]#).d/*' '_init_d' -'notmuch-*' '_notmuch' -) - -_postpatcomps=( -'_*' '_compadd' -'c++-*' '_gcc' -'g++-*' '_gcc' -'gcc-*' '_gcc' -'gem[0-9.]#' '_gem' -'lua[0-9.-]##' '_lua' -'(p[bgpn]m*|*top[bgpn]m)' '_pbm' -'php[0-9.-]' '_php' -'pip[0-9.]#' '_pip' -'pydoc[0-9.]#' '_pydoc' -'python[0-9.]#' '_python' -'qemu(|-system-*)' '_qemu' -'(ruby|[ei]rb)[0-9.]#' '_ruby' -'shasum(|5).*' '_shasum' -'(texi(2*|ndex))' '_texi' -'(tiff*|*2tiff|pal2rgb)' '_tiff' -'-value-,(ftp|http(|s))_proxy,-default-' '_urls' -'-value-,LC_*,-default-' '_locales' -'-value-,*path,-default-' '_directories' -'-value-,*PATH,-default-' '_dir_list' -'-value-,RUBY(LIB|OPT|PATH),-default-' '_ruby' -'*/X11(|R<4->)/*' '_x_arguments' -'yodl(|2*)' '_yodl' -'zf*' '_zftp' -) - -_compautos=( -'_call_program' '+X' -) - -zle -C _bash_complete-word .complete-word _bash_completions -zle -C _bash_list-choices .list-choices _bash_completions -zle -C _complete_debug .complete-word _complete_debug -zle -C _complete_help .complete-word _complete_help -zle -C _complete_tag .complete-word _complete_tag -zle -C _correct_filename .complete-word _correct_filename -zle -C _correct_word .complete-word _correct_word -zle -C _expand_alias .complete-word _expand_alias -zle -C _expand_word .complete-word _expand_word -zle -C _history-complete-newer .complete-word _history_complete_word -zle -C _history-complete-older .complete-word _history_complete_word -zle -C _list_expansions .list-choices _expand_word -zle -C _most_recent_file .complete-word _most_recent_file -zle -C _next_tags .list-choices _next_tags -zle -C _read_comp .complete-word _read_comp -bindkey '^X^R' _read_comp -bindkey '^X?' _complete_debug -bindkey '^XC' _correct_filename -bindkey '^Xa' _expand_alias -bindkey '^Xc' _correct_word -bindkey '^Xd' _list_expansions -bindkey '^Xe' _expand_word -bindkey '^Xh' _complete_help -bindkey '^Xm' _most_recent_file -bindkey '^Xn' _next_tags -bindkey '^Xt' _complete_tag -bindkey '^X~' _bash_list-choices -bindkey '^[,' _history-complete-newer -bindkey '^[/' _history-complete-older -bindkey '^[~' _bash_complete-word - -autoload -Uz _bat _bluetoothctl _bootctl _busctl _bwrap \ - _cargo _checkupdates _clight _code _code-oss \ - _coredumpctl _curl _downgrade _email-notmuch _eza \ - _fd _flameshot _flatpak _git-annex _hostnamectl \ - _img2sixel _journalctl _kernel-install _kitty _lf \ - _libinput _localectl _loginctl _machinectl _mako \ - _makoctl _meson _mkinitcpio _mpv _mutt-wizard.zsh \ - _networkctl _ninja _notmuch _oomctl _paccache \ - _pacdiff _pacignore _paclist _paclog-pkglist _pacman \ - _pacscripts _pacsearch _pacsort _pactree _paru \ - _pass _pip _playerctl _podman _podman-remote \ - _poetry _pulseaudio _qpdf _rankmirrors _resolvectl \ - _rg _riverctl _rustup _scrcpy _sd_hosts_or_user_at_host \ - _sd_machines _sd_outputmodes _sd_unit_files _snapper _swayidle \ - _swaylock _systemctl _systemd _systemd-analyze _systemd-delta \ - _systemd-inhibit _systemd-nspawn _systemd-path _systemd-run _systemd-tmpfiles \ - _timedatectl _udevadm _udisks2 _updpkgsums _wl-copy \ - _wl-paste _wpctl _xss-lock _yt-dlp _zathura \ - _zoxide _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 \ - _numbers _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 _basenc _brctl \ - _btrfs _capabilities _chattr _chcon _choom \ - _chrt _cpupower _cryptsetup _dkms _e2label \ - _ethtool _findmnt _free _fuse_arguments _fusermount \ - _fuse_values _gpasswd _htop _iconvconfig _ionice \ - _ipset _iptables _iwconfig _kpartx _losetup \ - _lsattr _lsblk _lsns _lsusb _ltrace \ - _mat _mat2 _mdadm _mii-tool _modutils \ - _mondo _networkmanager _nsenter _opkg _perf \ - _pidof _pmap _qdbus _schedtool _selinux_contexts \ - _selinux_roles _selinux_types _selinux_users _setpriv _setsid \ - _slabtop _ss _sshfs _strace _sysstat \ - _tload _tpb _tracepath _tune2fs _uml \ - _unshare _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 _csplit _cssh \ - _ctags _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 _dropbox _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 _logger _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 _opustools \ - _other_accounts _pack _pandoc _paste _patch \ - _patchutils _path_commands _path_files _pax _pbm \ - _pdf _perforce _perl _perl_basepods _perldoc \ - _perl_modules _pgids _pgrep _php _picocom \ - _pids _pine _ping _pip _pkgadd \ - _pkg-config _pkginfo _pkg_instance _pkgrm _pon \ - _ports _postfix _postgresql _postscript _pr \ - _printenv _printers _process_names _prove _ps \ - _pspdf _psutils _ptx _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 _truncate _truss _tty _ttys \ - _twidge _twisted _umountable _unace _uname \ - _unexpand _uniq _unison _units _uptime \ - _urls _user_admin _user_at_host _users _users_on \ - _vi _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_pool \ - _zip _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 _xinput _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 __arguments _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 _vcs_info _vcs_info_hooks \ - _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 -_comp_assocs=( '' ) diff --git a/zsh/.zshenv b/zsh/.zshenv index 8144337..9ae4758 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -45,6 +45,8 @@ export NODE_REPL_HISTORY_SIZE='32768'; # Use sloppy mode by default, matching web browsers. export NODE_REPL_MODE='sloppy'; +export WINIT_X11_SCALE_FACTOR=1; + # Make Python use UTF-8 encoding for output to stdin, stdout, and stderr. export PYTHONIOENCODING='UTF-8';