mainly emacs related

This commit is contained in:
Zastian Pretorius
2022-10-13 18:49:47 +01:00
parent 686360a652
commit f4672b5a63
8 changed files with 272 additions and 289 deletions

View File

@@ -76,8 +76,6 @@
(require 'elcord) (require 'elcord)
(elcord-mode) (elcord-mode)
(doom/set-frame-opacity 90)
(use-package! copilot (use-package! copilot
:hook (prog-mode . copilot-mode) :hook (prog-mode . copilot-mode)
:bind (("C-TAB" . 'copilot-accept-completion-by-word) :bind (("C-TAB" . 'copilot-accept-completion-by-word)

View File

@@ -9,11 +9,12 @@
# #
exec-once=hyprctl setcursor Simp1e 16 exec-once=hyprctl setcursor Simp1e 16
exec-once=~/.config/script/theme-fix exec-once=~/.config/script/theme-fix
exec-once=waybar #exec-once=waybar
exec-once=systemctl --user restart xdg-desktop-portal exec-once=systemctl --user restart xdg-desktop-portal
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=~/.config/script/waylock.sh exec-once=~/.config/script/waylock.sh
exec-once=~/.azotebg exec-once=~/.azotebg
#exec-once=~/.config/script/livewallpaper.sh
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
@@ -23,6 +24,8 @@ monitor=,preferred,auto,1
misc:disable_hyprland_logo=true misc:disable_hyprland_logo=true
misc:enable_swallow=true
misc:swallow_regex=kitty
input { input {
numlock_by_default=true numlock_by_default=true
@@ -50,10 +53,11 @@ general {
} }
decoration { decoration {
blur_ignore_opacity = true
blur_new_optimizations = true blur_new_optimizations = true
rounding=10 rounding=10
blur=1 blur=1
blur_size=3 # minimum 1 blur_size=5 # minimum 1
blur_passes=1 # minimum 1, more passes = more resource intensive. blur_passes=1 # minimum 1, more passes = more resource intensive.
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. # Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
# if you want heavy blur, you need to up the blur_passes. # if you want heavy blur, you need to up the blur_passes.
@@ -88,9 +92,19 @@ gestures {
# example window rules # example window rules
# for windows named/classed as abc and xyz # for windows named/classed as abc and xyz
#windowrule=move 69 420,abc #windowrule=move 69 420,abc
#windowrule=size 500 500,kitty windowrule=fullscreen,mpv
#windowrule=tile,xyz #windowrule=size 1000 500, mpv
#windowrule=move 460,290, mpv
windowrule=float,imv windowrule=float,imv
# rofi
windowrule = float, Rofi
blurls=rofi
windowrule=size 1000 500,title:^(kami)$
windowrule=float,title:^(kami)$
windowrule=move 460,290,title^(kami)$
#windowrule=pseudo,abc #windowrule=pseudo,abc
#windowrule=monitor 0,xyz #windowrule=monitor 0,xyz
windowrule=tile,WebApp-ytmusic4224 windowrule=tile,WebApp-ytmusic4224
@@ -98,16 +112,18 @@ windowrule=tile,WebApp-discord5149
# example binds # example binds
bind=ALT,Return,exec,kitty bind=ALT,Return,exec,kitty
bind=ALT,A,exec,kitty --class kitty --title kami ~/Documents/Rust/kami/target/release/kami
bind=ALT,Q,killactive, bind=ALT,Q,killactive,
bind=ALT,F,exec,pcmanfm bind=ALT,F,exec,pcmanfm
bind=ALT,B,exec,firefox bind=ALT,B,exec,firefox
bind=ALT,E,exec,emacs bind=ALT,E,exec,emacsclient --alternate-editor= --create-frame
bind=,107,exec,~/.config/script/wayscreenshot.sh bind=,107,exec,~/.config/script/wayscreenshot.sh
bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy
bind=ALTSHIFT,Q,exit, bind=ALTSHIFT,Q,exit,
bind=ALTSHIFT,F,togglefloating, bind=ALTSHIFT,F,togglefloating,
bind=ALTSHIFT,T,fullscreen,0 bind=ALTSHIFT,T,fullscreen,0
bind=ALT,D,exec,wofi --show drun -o DP-3 bind=ALT,D,exec,rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons
#wofi --show drun -o DP-3
# toggle waybar # toggle waybar
bind=SUPER,W,exec,~/.config/script/hide_waybar.sh bind=SUPER,W,exec,~/.config/script/hide_waybar.sh

View File

@@ -1,11 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
chack to see if trackma is running kitty ~/Documents/Rust/kami/target/release/kami --title=kami
if pgrep -x "trackma" > /dev/null
then
alacritty -e "$HOME"/Documents/Rust/kami/target/release/kami -a
else
trackma
alacritty -e "$HOME"/Documents/Rust/kami/target/release/kami -a
fi

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
mpvpaper '*' -o "loop" -p ~/Videos/wallpapers/anime-school-girl-bicycle-sunset-moewalls.com.mp4

14
script/.config/script/record.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env sh
# This scrip is ment to resord the screen with desktop audio and no mic audio using wf-recorder
# make a directory to store the videos in HOME/Videos/recordings
mkdir -p $HOME/Videos/recordings
make a variable for the directory
DIR=$HOME/Videos/recordings
#use rofi to enter the a name for the video in the directory
cd $DIR
NAME=$(rofi -dmenu -p "Name of the video")
cd ..
# record the screen with wf-recorder
wf-recorder --device=/dev/dri/renderD128 --audio=alsa_output.pci-0000_05_00.6.analog-stereo.monitor --file=$DIR/$NAME

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
FILE=$(fd -t f|fzf) # list all the files in the current directory in rofi
LINK=$(curl -# "https://oshi.at" -F "f=@$FILE"|awk '/DL/ {print $2}') FILE=$(ls -1 | rofi -dmenu -i -p "Select file to open")
printf "$LINK"|xclip -selection c URL=$(curl -F "file=@$FILE" https://0x0.st)
printf "$LINK\n" printf "$URL" | wl-copy -n

View File

@@ -1,4 +1,4 @@
#files: 820 version: 5.9 #files: 923 version: 5.9
_comps=( _comps=(
'-' '_precommand' '-' '_precommand'
@@ -51,6 +51,7 @@ _comps=(
'appletviewer' '_java' 'appletviewer' '_java'
'apropos' '_man' 'apropos' '_man'
'apvlv' '_pdf' 'apvlv' '_pdf'
'arch' '_arch'
'arduino-ctags' '_ctags' 'arduino-ctags' '_ctags'
'arecord' '_alsa-utils' 'arecord' '_alsa-utils'
'arena' '_webbrowser' 'arena' '_webbrowser'
@@ -76,7 +77,7 @@ _comps=(
'awk' '_awk' 'awk' '_awk'
'b2sum' '_md5sum' 'b2sum' '_md5sum'
'barbican' '_openstack' 'barbican' '_openstack'
'base32' '_base64' 'base32' '_base32'
'base64' '_base64' 'base64' '_base64'
'basename' '_basename' 'basename' '_basename'
'basenc' '_basenc' 'basenc' '_basenc'
@@ -150,12 +151,10 @@ _comps=(
'ceilometer' '_openstack' 'ceilometer' '_openstack'
'certtool' '_gnutls' 'certtool' '_gnutls'
'cftp' '_twisted' 'cftp' '_twisted'
'chage' '_users'
'chattr' '_chattr' 'chattr' '_chattr'
'chcon' '_chcon' 'chcon' '_chcon'
'chdir' '_cd' 'chdir' '_cd'
'chfn' '_users' 'chgrp' '_chgrp'
'chgrp' '_chown'
'chimera' '_webbrowser' 'chimera' '_webbrowser'
'chkconfig' '_chkconfig' 'chkconfig' '_chkconfig'
'chkstow' '_stow' 'chkstow' '_stow'
@@ -251,7 +250,10 @@ _comps=(
'diffstat' '_diffstat' 'diffstat' '_diffstat'
'dig' '_dig' 'dig' '_dig'
'dillo' '_webbrowser' 'dillo' '_webbrowser'
'dir' '_dir'
'dircmp' '_directories' 'dircmp' '_directories'
'dircolors' '_dircolors'
'dirname' '_dirname'
'dirs' '_dirs' 'dirs' '_dirs'
'disable' '_disable' 'disable' '_disable'
'disown' '_jobs_fg' 'disown' '_jobs_fg'
@@ -286,6 +288,7 @@ _comps=(
'e2label' '_e2label' 'e2label' '_e2label'
'eatmydata' '_precommand' 'eatmydata' '_precommand'
'ecasound' '_ecasound' 'ecasound' '_ecasound'
'echo' '_echo'
'echotc' '_echotc' 'echotc' '_echotc'
'echoti' '_echoti' 'echoti' '_echoti'
'ed' '_ed' 'ed' '_ed'
@@ -316,13 +319,15 @@ _comps=(
'ex' '_vi' 'ex' '_vi'
'exa' '_exa' 'exa' '_exa'
'exec' '_exec' 'exec' '_exec'
'expand' '_unexpand' 'expand' '_expand'
'export' '_typeset' 'export' '_typeset'
'expr' '_expr'
'express' '_webbrowser' 'express' '_webbrowser'
'extcheck' '_java' 'extcheck' '_java'
'extractres' '_psutils' 'extractres' '_psutils'
'factor' '_factor'
'fakeroot' '_fakeroot' 'fakeroot' '_fakeroot'
'false' '_nothing' 'false' '_false'
'fc' '_fc' 'fc' '_fc'
'fc-list' '_xft_fonts' 'fc-list' '_xft_fonts'
'fc-match' '_xft_fonts' 'fc-match' '_xft_fonts'
@@ -380,33 +385,16 @@ _comps=(
'galeon' '_webbrowser' 'galeon' '_webbrowser'
'gawk' '_awk' 'gawk' '_awk'
'gb2sum' '_md5sum' 'gb2sum' '_md5sum'
'gbase32' '_base64'
'gbase64' '_base64'
'gbasename' '_basename'
'gcat' '_cat'
'gcc' '_gcc' 'gcc' '_gcc'
'gccgo' '_go' 'gccgo' '_go'
'gchgrp' '_chown'
'gchmod' '_chmod'
'gchown' '_chown'
'gchroot' '_chroot'
'gcksum' '_cksum'
'gcmp' '_cmp' 'gcmp' '_cmp'
'gcomm' '_comm'
'gcore' '_gcore' 'gcore' '_gcore'
'gcp' '_cp'
'gcut' '_cut'
'gdate' '_date'
'gdb' '_gdb' 'gdb' '_gdb'
'gdd' '_dd'
'gdf' '_df'
'gdiff' '_diff' 'gdiff' '_diff'
'gdu' '_du'
'geany' '_geany' 'geany' '_geany'
'gegrep' '_grep' 'gegrep' '_grep'
'gem' '_gem' 'gem' '_gem'
'genisoimage' '_genisoimage' 'genisoimage' '_genisoimage'
'genv' '_env'
'get' '_sccs' 'get' '_sccs'
'getafm' '_psutils' 'getafm' '_psutils'
'getconf' '_getconf' 'getconf' '_getconf'
@@ -418,20 +406,14 @@ _comps=(
'getopt' '_getopt' 'getopt' '_getopt'
'getopts' '_vars' 'getopts' '_vars'
'gex' '_vim' 'gex' '_vim'
'gexpand' '_unexpand'
'gfgrep' '_grep' 'gfgrep' '_grep'
'gfind' '_find' 'gfind' '_find'
'gfmt' '_fmt'
'gfold' '_fold'
'ggetopt' '_getopt' 'ggetopt' '_getopt'
'ggrep' '_grep' 'ggrep' '_grep'
'ggv' '_gnome-gv' 'ggv' '_gnome-gv'
'ghcup' '_ghcup' 'ghcup' '_ghcup'
'ghead' '_head'
'ghostscript' '_ghostscript' 'ghostscript' '_ghostscript'
'ghostview' '_pspdf' 'ghostview' '_pspdf'
'gid' '_id'
'ginstall' '_install'
'git' '_git' 'git' '_git'
'git-cvsserver' '_git' 'git-cvsserver' '_git'
'gitk' '_git' 'gitk' '_git'
@@ -439,25 +421,15 @@ _comps=(
'git-shell' '_git' 'git-shell' '_git'
'git-upload-archive' '_git' 'git-upload-archive' '_git'
'git-upload-pack' '_git' 'git-upload-pack' '_git'
'gjoin' '_join'
'glance' '_openstack' 'glance' '_openstack'
'gln' '_ln'
'global' '_global' 'global' '_global'
'glocate' '_locate' 'glocate' '_locate'
'gls' '_ls'
'gm' '_graphicsmagick' 'gm' '_graphicsmagick'
'gmake' '_make' 'gmake' '_make'
'gmd5sum' '_md5sum' 'gmd5sum' '_md5sum'
'gmkdir' '_mkdir'
'gmkfifo' '_mkfifo'
'gmknod' '_mknod'
'gmktemp' '_mktemp'
'gmplayer' '_mplayer' 'gmplayer' '_mplayer'
'gmv' '_mv'
'gnl' '_nl'
'gnocchi' '_openstack' 'gnocchi' '_openstack'
'gnome-gv' '_gnome-gv' 'gnome-gv' '_gnome-gv'
'gnumfmt' '_numfmt'
'gnupod_addsong' '_gnupod' 'gnupod_addsong' '_gnupod'
'gnupod_addsong.pl' '_gnupod' 'gnupod_addsong.pl' '_gnupod'
'gnupod_check' '_gnupod' 'gnupod_check' '_gnupod'
@@ -469,65 +441,43 @@ _comps=(
'gnutls-cli' '_gnutls' 'gnutls-cli' '_gnutls'
'gnutls-cli-debug' '_gnutls' 'gnutls-cli-debug' '_gnutls'
'gnutls-serv' '_gnutls' 'gnutls-serv' '_gnutls'
'god' '_od'
'gofmt' '_go' 'gofmt' '_go'
'gpasswd' '_gpasswd' 'gpasswd' '_gpasswd'
'gpaste' '_paste'
'gpatch' '_patch' 'gpatch' '_patch'
'gpg' '_gpg' 'gpg' '_gpg'
'gpg2' '_gpg' 'gpg2' '_gpg'
'gpgv' '_gpg' 'gpgv' '_gpg'
'gpg-zip' '_gpg' 'gpg-zip' '_gpg'
'gphoto2' '_gphoto2' 'gphoto2' '_gphoto2'
'gprintenv' '_printenv'
'gprof' '_gprof' 'gprof' '_gprof'
'gqview' '_gqview' 'gqview' '_gqview'
'gradle' '_gradle' 'gradle' '_gradle'
'gradlew' '_gradle' 'gradlew' '_gradle'
'grail' '_webbrowser' 'grail' '_webbrowser'
'greadlink' '_readlink'
'grep' '_grep' 'grep' '_grep'
'grepdiff' '_patchutils' 'grepdiff' '_patchutils'
'grm' '_rm'
'grmdir' '_rmdir'
'groff' '_groff' 'groff' '_groff'
'groupadd' '_user_admin' 'groupadd' '_user_admin'
'groupdel' '_groups'
'groupmod' '_user_admin' 'groupmod' '_user_admin'
'groups' '_users' 'groups' '_groups'
'growisofs' '_growisofs' 'growisofs' '_growisofs'
'gs' '_ghostscript' 'gs' '_ghostscript'
'gsbj' '_pspdf' 'gsbj' '_pspdf'
'gsdj' '_pspdf' 'gsdj' '_pspdf'
'gsdj500' '_pspdf' 'gsdj500' '_pspdf'
'gsed' '_sed' 'gsed' '_sed'
'gseq' '_seq'
'gsettings' '_gsettings' 'gsettings' '_gsettings'
'gsha1sum' '_md5sum' 'gsha1sum' '_md5sum'
'gsha224sum' '_md5sum' 'gsha224sum' '_md5sum'
'gsha256sum' '_md5sum' 'gsha256sum' '_md5sum'
'gsha384sum' '_md5sum' 'gsha384sum' '_md5sum'
'gsha512sum' '_md5sum' 'gsha512sum' '_md5sum'
'gshred' '_shred'
'gshuf' '_shuf'
'gslj' '_pspdf' 'gslj' '_pspdf'
'gslp' '_pspdf' 'gslp' '_pspdf'
'gsnd' '_pspdf' 'gsnd' '_pspdf'
'gsort' '_sort'
'gsplit' '_split'
'gstat' '_stat'
'gstdbuf' '_stdbuf'
'gstrings' '_strings' 'gstrings' '_strings'
'gstty' '_stty' 'gstty' '_stty'
'gsum' '_cksum'
'gtac' '_tac'
'gtail' '_tail'
'gtar' '_tar' 'gtar' '_tar'
'gtee' '_tee'
'gtimeout' '_timeout'
'gtouch' '_touch'
'gtr' '_tr'
'gtty' '_tty'
'guilt' '_guilt' 'guilt' '_guilt'
'guilt-add' '_guilt' 'guilt-add' '_guilt'
'guilt-applied' '_guilt' 'guilt-applied' '_guilt'
@@ -553,17 +503,11 @@ _comps=(
'guilt-status' '_guilt' 'guilt-status' '_guilt'
'guilt-top' '_guilt' 'guilt-top' '_guilt'
'guilt-unapplied' '_guilt' 'guilt-unapplied' '_guilt'
'guname' '_uname'
'gunexpand' '_unexpand'
'guniq' '_uniq'
'gunzip' '_gzip' 'gunzip' '_gzip'
'guptime' '_uptime'
'gv' '_gv' 'gv' '_gv'
'gview' '_vim' 'gview' '_vim'
'gvim' '_vim' 'gvim' '_vim'
'gvimdiff' '_vim' 'gvimdiff' '_vim'
'gwc' '_wc'
'gwho' '_who'
'gxargs' '_xargs' 'gxargs' '_xargs'
'gzcat' '_gzip' 'gzcat' '_gzip'
'gzegrep' '_grep' 'gzegrep' '_grep'
@@ -572,6 +516,7 @@ _comps=(
'gzilla' '_webbrowser' 'gzilla' '_webbrowser'
'gzip' '_gzip' 'gzip' '_gzip'
'hash' '_hash' 'hash' '_hash'
'hashsum' '_hashsum'
'hd' '_hexdump' 'hd' '_hexdump'
'head' '_head' 'head' '_head'
'heat' '_openstack' 'heat' '_openstack'
@@ -581,6 +526,7 @@ _comps=(
'histed' '_zed' 'histed' '_zed'
'history' '_fc' 'history' '_fc'
'host' '_host' 'host' '_host'
'hostid' '_hostid'
'hostname' '_hostname' 'hostname' '_hostname'
'hostnamectl' '_hostnamectl' 'hostnamectl' '_hostnamectl'
'hotjava' '_webbrowser' 'hotjava' '_webbrowser'
@@ -672,6 +618,7 @@ _comps=(
'libinput' '_libinput' 'libinput' '_libinput'
'light' '_webbrowser' 'light' '_webbrowser'
'limit' '_limit' 'limit' '_limit'
'link' '_link'
'links' '_links' 'links' '_links'
'links2' '_links' 'links2' '_links'
'linux' '_uml' 'linux' '_uml'
@@ -689,7 +636,7 @@ _comps=(
'log' '_nothing' 'log' '_nothing'
'logger' '_logger' 'logger' '_logger'
'loginctl' '_loginctl' 'loginctl' '_loginctl'
'logname' '_nothing' 'logname' '_logname'
'look' '_look' 'look' '_look'
'losetup' '_losetup' 'losetup' '_losetup'
'lp' '_lp' 'lp' '_lp'
@@ -740,9 +687,6 @@ _comps=(
'mattrib' '_mtools' 'mattrib' '_mtools'
'mcd' '_mtools' 'mcd' '_mtools'
'mcopy' '_mtools' 'mcopy' '_mtools'
'md2' '_cksum'
'md4' '_cksum'
'md5' '_cksum'
'md5sum' '_md5sum' 'md5sum' '_md5sum'
'mdadm' '_mdadm' 'mdadm' '_mdadm'
'mdel' '_mtools' 'mdel' '_mtools'
@@ -752,6 +696,7 @@ _comps=(
'mencal' '_mencal' 'mencal' '_mencal'
'mere' '_mere' 'mere' '_mere'
'merge' '_rcs' 'merge' '_rcs'
'meson' '_meson'
'metaflac' '_flac' 'metaflac' '_flac'
'mformat' '_mtools' 'mformat' '_mtools'
'mgv' '_pspdf' 'mgv' '_pspdf'
@@ -788,6 +733,7 @@ _comps=(
'mondoarchive' '_mondo' 'mondoarchive' '_mondo'
'montage' '_imagemagick' 'montage' '_imagemagick'
'moosic' '_moosic' 'moosic' '_moosic'
'more' '_more'
'Mosaic' '_webbrowser' 'Mosaic' '_webbrowser'
'mosh' '_mosh' 'mosh' '_mosh'
'mount' '_mount' 'mount' '_mount'
@@ -839,11 +785,11 @@ _comps=(
'networkctl' '_networkctl' 'networkctl' '_networkctl'
'neutron' '_openstack' 'neutron' '_openstack'
'new' '_mh' 'new' '_mh'
'newgrp' '_groups'
'next' '_mh' 'next' '_mh'
'nginx' '_nginx' 'nginx' '_nginx'
'ngrep' '_ngrep' 'ngrep' '_ngrep'
'nice' '_nice' 'nice' '_nice'
'ninja' '_ninja'
'nkf' '_nkf' 'nkf' '_nkf'
'nl' '_nl' 'nl' '_nl'
'nm' '_nm' 'nm' '_nm'
@@ -852,9 +798,10 @@ _comps=(
'nmcli' '_networkmanager' 'nmcli' '_networkmanager'
'nocorrect' '_precommand' 'nocorrect' '_precommand'
'noglob' '_precommand' 'noglob' '_precommand'
'nohup' '_precommand' 'nohup' '_nohup'
'nova' '_openstack' 'nova' '_openstack'
'npm' '_npm' 'npm' '_npm'
'nproc' '_nproc'
'ns' '_hosts' 'ns' '_hosts'
'nsenter' '_nsenter' 'nsenter' '_nsenter'
'nslookup' '_nslookup' 'nslookup' '_nslookup'
@@ -895,10 +842,10 @@ _comps=(
'parec' '_pulseaudio' 'parec' '_pulseaudio'
'parecord' '_pulseaudio' 'parecord' '_pulseaudio'
'paru' '_paru' 'paru' '_paru'
'passwd' '_users'
'paste' '_paste' 'paste' '_paste'
'pasuspender' '_pulseaudio' 'pasuspender' '_pulseaudio'
'patch' '_patch' 'patch' '_patch'
'pathchk' '_pathchk'
'pax' '_pax' 'pax' '_pax'
'pcat' '_pack' 'pcat' '_pack'
'pcp-htop' '_htop' 'pcp-htop' '_htop'
@@ -942,6 +889,7 @@ _comps=(
'pinfo' '_texinfo' 'pinfo' '_texinfo'
'ping' '_ping' 'ping' '_ping'
'ping6' '_ping' 'ping6' '_ping'
'pinky' '_pinky'
'pkgadd' '_pkgadd' 'pkgadd' '_pkgadd'
'pkg-config' '_pkg-config' 'pkg-config' '_pkg-config'
'pkginfo' '_pkginfo' 'pkginfo' '_pkginfo'
@@ -977,7 +925,7 @@ _comps=(
'prev' '_mh' 'prev' '_mh'
'print' '_print' 'print' '_print'
'printenv' '_printenv' 'printenv' '_printenv'
'printf' '_print' 'printf' '_printf'
'prompt' '_prompt' 'prompt' '_prompt'
'prove' '_prove' 'prove' '_prove'
'prs' '_sccs' 'prs' '_sccs'
@@ -1013,11 +961,13 @@ _comps=(
'pushd' '_cd' 'pushd' '_cd'
'pv' '_pv' 'pv' '_pv'
'pwait' '_pids' 'pwait' '_pids'
'pwd' '_pwd'
'pwdx' '_pids' 'pwdx' '_pids'
'pwgen' '_pwgen' 'pwgen' '_pwgen'
'pyhtmlizer' '_twisted' 'pyhtmlizer' '_twisted'
'qdbus' '_qdbus' 'qdbus' '_qdbus'
'qiv' '_qiv' 'qiv' '_qiv'
'qpdf' '_qpdf'
'quilt' '_quilt' 'quilt' '_quilt'
'r' '_fc' 'r' '_fc'
'rake' '_rake' 'rake' '_rake'
@@ -1033,6 +983,7 @@ _comps=(
'readelf' '_readelf' 'readelf' '_readelf'
'readlink' '_readlink' 'readlink' '_readlink'
'readonly' '_typeset' 'readonly' '_typeset'
'realpath' '_realpath'
'-redirect-' '_redirect' '-redirect-' '_redirect'
'-redirect-,<,bunzip2' '_bzip2' '-redirect-,<,bunzip2' '_bzip2'
'-redirect-,<,bzip2' '_bzip2' '-redirect-,<,bzip2' '_bzip2'
@@ -1051,6 +1002,7 @@ _comps=(
'rehash' '_hash' 'rehash' '_hash'
'reindexdb' '_postgresql' 'reindexdb' '_postgresql'
'reload' '_initctl' 'reload' '_initctl'
'relpath' '_relpath'
'remsh' '_rlogin' 'remsh' '_rlogin'
'renice' '_renice' 'renice' '_renice'
'repl' '_mh' 'repl' '_mh'
@@ -1065,7 +1017,6 @@ _comps=(
'riverctl' '_riverctl' 'riverctl' '_riverctl'
'rlogin' '_rlogin' 'rlogin' '_rlogin'
'rm' '_rm' 'rm' '_rm'
'rmd160' '_cksum'
'rmdel' '_sccs' 'rmdel' '_sccs'
'rmdir' '_rmdir' 'rmdir' '_rmdir'
'rmf' '_mh' 'rmf' '_mh'
@@ -1123,16 +1074,11 @@ _comps=(
'setxkbmap' '_setxkbmap' 'setxkbmap' '_setxkbmap'
'sftp' '_ssh' 'sftp' '_ssh'
'sh' '_sh' 'sh' '_sh'
'sha1' '_cksum'
'sha1sum' '_md5sum' 'sha1sum' '_md5sum'
'sha224sum' '_md5sum' 'sha224sum' '_md5sum'
'sha256' '_cksum'
'sha256sum' '_md5sum' 'sha256sum' '_md5sum'
'sha384' '_cksum'
'sha384sum' '_md5sum' 'sha384sum' '_md5sum'
'sha512' '_cksum'
'sha512sum' '_md5sum' 'sha512sum' '_md5sum'
'sha512t256' '_cksum'
'shasum' '_shasum' 'shasum' '_shasum'
'shift' '_arrays' 'shift' '_arrays'
'show' '_mh' 'show' '_mh'
@@ -1142,11 +1088,9 @@ _comps=(
'shuf' '_shuf' 'shuf' '_shuf'
'shutdown' '_shutdown' 'shutdown' '_shutdown'
'sisu' '_sisu' 'sisu' '_sisu'
'skein1024' '_cksum'
'skein256' '_cksum'
'skein512' '_cksum'
'skipstone' '_webbrowser' 'skipstone' '_webbrowser'
'slabtop' '_slabtop' 'slabtop' '_slabtop'
'sleep' '_sleep'
'slitex' '_tex' 'slitex' '_tex'
'slocate' '_locate' 'slocate' '_locate'
'slogin' '_ssh' 'slogin' '_ssh'
@@ -1196,7 +1140,7 @@ _comps=(
'-subscript-' '_subscript' '-subscript-' '_subscript'
'sudo' '_sudo' 'sudo' '_sudo'
'sudoedit' '_sudo' 'sudoedit' '_sudo'
'sum' '_cksum' 'sum' '_sum'
'surfraw' '_surfraw' 'surfraw' '_surfraw'
'sv' '_runit' 'sv' '_runit'
'svn' '_subversion' 'svn' '_subversion'
@@ -1210,7 +1154,7 @@ _comps=(
'swaylock' '_swaylock' 'swaylock' '_swaylock'
'swift' '_swift' 'swift' '_swift'
'swiftc' '_swift' 'swiftc' '_swift'
'sync' '_nothing' 'sync' '_sync'
'sysctl' '_sysctl' 'sysctl' '_sysctl'
'systemctl' '_systemctl' 'systemctl' '_systemctl'
'systemd-analyze' '_systemd-analyze' 'systemd-analyze' '_systemd-analyze'
@@ -1245,6 +1189,7 @@ _comps=(
'tdr' '_devtodo' 'tdr' '_devtodo'
'tee' '_tee' 'tee' '_tee'
'telnet' '_telnet' 'telnet' '_telnet'
'test' '_test'
'tex' '_tex' 'tex' '_tex'
'texi2any' '_texinfo' 'texi2any' '_texinfo'
'texi2dvi' '_texinfo' 'texi2dvi' '_texinfo'
@@ -1281,10 +1226,11 @@ _comps=(
'tree' '_tree' 'tree' '_tree'
'trial' '_twisted' 'trial' '_twisted'
'trove' '_openstack' 'trove' '_openstack'
'true' '_nothing' 'true' '_true'
'truncate' '_truncate' 'truncate' '_truncate'
'truss' '_truss' 'truss' '_truss'
'tryaffix' '_ispell' 'tryaffix' '_ispell'
'tsort' '_tsort'
'tty' '_tty' 'tty' '_tty'
'ttyctl' '_ttyctl' 'ttyctl' '_ttyctl'
'tunctl' '_uml' 'tunctl' '_uml'
@@ -1317,6 +1263,7 @@ _comps=(
'unix2dos' '_dos2unix' 'unix2dos' '_dos2unix'
'unix2mac' '_dos2unix' 'unix2mac' '_dos2unix'
'unlimit' '_limits' 'unlimit' '_limits'
'unlink' '_unlink'
'unlz4' '_lz4' 'unlz4' '_lz4'
'unlzma' '_xz' 'unlzma' '_xz'
'unpack' '_pack' 'unpack' '_pack'
@@ -1336,8 +1283,8 @@ _comps=(
'urxvt256c-mlc' '_urxvt' 'urxvt256c-mlc' '_urxvt'
'urxvtc' '_urxvt' 'urxvtc' '_urxvt'
'useradd' '_user_admin' 'useradd' '_user_admin'
'userdel' '_users'
'usermod' '_user_admin' 'usermod' '_user_admin'
'users' '_users'
'vacuumdb' '_postgresql' 'vacuumdb' '_postgresql'
'val' '_sccs' 'val' '_sccs'
'valgrind' '_valgrind' 'valgrind' '_valgrind'
@@ -1396,6 +1343,7 @@ _comps=(
'vared' '_vared' 'vared' '_vared'
'vcs_info_hookadd' '_vcs_info' 'vcs_info_hookadd' '_vcs_info'
'vcs_info_hookdel' '_vcs_info' 'vcs_info_hookdel' '_vcs_info'
'vdir' '_vdir'
'vi' '_vi' 'vi' '_vi'
'view' '_vi' 'view' '_vi'
'vim' '_vim' 'vim' '_vim'
@@ -1428,7 +1376,7 @@ _comps=(
'whereis' '_whereis' 'whereis' '_whereis'
'which' '_which' 'which' '_which'
'who' '_who' 'who' '_who'
'whoami' '_nothing' 'whoami' '_whoami'
'whois' '_whois' 'whois' '_whois'
'whom' '_mh' 'whom' '_mh'
'wiggle' '_wiggle' 'wiggle' '_wiggle'
@@ -1495,6 +1443,7 @@ _comps=(
'xzcat' '_xz' 'xzcat' '_xz'
'yafc' '_yafc' 'yafc' '_yafc'
'yash' '_sh' 'yash' '_sh'
'yes' '_yes'
'ypbind' '_yp' 'ypbind' '_yp'
'ypcat' '_yp' 'ypcat' '_yp'
'ypmatch' '_yp' 'ypmatch' '_yp'
@@ -1520,15 +1469,7 @@ _comps=(
'zed' '_zed' 'zed' '_zed'
'zegrep' '_grep' 'zegrep' '_grep'
'zen' '_webbrowser' 'zen' '_webbrowser'
'zf_chgrp' '_chown'
'zf_chmod' '_chmod'
'zf_chown' '_chown'
'zfgrep' '_grep' 'zfgrep' '_grep'
'zf_ln' '_ln'
'zf_mkdir' '_mkdir'
'zf_mv' '_mv'
'zf_rm' '_rm'
'zf_rmdir' '_rmdir'
'zfs' '_zfs' 'zfs' '_zfs'
'zgetattr' '_zattr' 'zgetattr' '_zattr'
'zgrep' '_grep' 'zgrep' '_grep'
@@ -1549,7 +1490,6 @@ _comps=(
'zsh' '_zsh' 'zsh' '_zsh'
'zsh-mime-handler' '_zsh-mime-handler' 'zsh-mime-handler' '_zsh-mime-handler'
'zsocket' '_zsocket' 'zsocket' '_zsocket'
'zstat' '_stat'
'zstyle' '_zstyle' 'zstyle' '_zstyle'
'ztodo' '_ztodo' 'ztodo' '_ztodo'
'zun' '_openstack' 'zun' '_openstack'
@@ -1558,8 +1498,6 @@ _comps=(
_services=( _services=(
'bzcat' 'bunzip2' 'bzcat' 'bunzip2'
'gchgrp' 'chgrp'
'gchown' 'chown'
'gnupod_addsong.pl' 'gnupod_addsong' 'gnupod_addsong.pl' 'gnupod_addsong'
'gnupod_check.pl' 'gnupod_check' 'gnupod_check.pl' 'gnupod_check'
'gnupod_INIT.pl' 'gnupod_INIT' 'gnupod_INIT.pl' 'gnupod_INIT'
@@ -1599,8 +1537,6 @@ _services=(
'xelatex' 'latex' 'xelatex' 'latex'
'xetex' 'tex' 'xetex' 'tex'
'xzcat' 'unxz' 'xzcat' 'unxz'
'zf_chgrp' 'chgrp'
'zf_chown' 'chown'
) )
_patcomps=( _patcomps=(
@@ -1669,170 +1605,191 @@ bindkey '^[,' _history-complete-newer
bindkey '^[/' _history-complete-older bindkey '^[/' _history-complete-older
bindkey '^[~' _bash_complete-word bindkey '^[~' _bash_complete-word
autoload -Uz _alacritty _bat _bootctl _btm _busctl \ autoload -Uz _alacritty _arch _base32 _base64 _basename \
_bwrap _cargo _code _code-oss _coredumpctl \ _basenc _bat _bootctl _btm _busctl \
_curl _exa _fd _ghcup _hostnamectl \ _bwrap _cargo _cat _chgrp _chmod \
_journalctl _kernel-install _kitty _libinput _localectl \ _chown _chroot _cksum _code _code-oss \
_loginctl _machinectl _mkinitcpio _mpv _networkctl \ _comm _coredumpctl _cp _csplit _curl \
_oomctl _pacman _paru _playerctl _pulseaudio \ _cut _date _dd _df _dir \
_resolvectl _rg _riverctl _rustup _sd_hosts_or_user_at_host \ _dircolors _dirname _du _echo _env \
_sd_machines _sd_outputmodes _sd_unit_files _swayidle _swaylock \ _exa _expand _expr _factor _false \
_systemctl _systemd _systemd-analyze _systemd-delta _systemd-inhibit \ _fd _fmt _fold _ghcup _groups \
_systemd-nspawn _systemd-path _systemd-run _systemd-tmpfiles _timedatectl \ _hashsum _head _hostid _hostname _hostnamectl \
_udevadm _wl-copy _wl-paste _xss-lock _zathura \ _id _install _join _journalctl _kernel-install \
_zoxide _cdr _all_labels _all_matches _alternative \ _kill _kitty _libinput _link _ln \
_approximate _arg_compile _arguments _bash_completions _cache_invalid \ _localectl _loginctl _logname _ls _machinectl \
_call_function _combination _complete _complete_debug _complete_help \ _meson _mkdir _mkfifo _mkinitcpio _mknod \
_complete_help_generic _complete_tag _comp_locale _correct _correct_filename \ _mktemp _more _mpv _mv _networkctl \
_correct_word _describe _description _dispatch _expand \ _nice _ninja _nl _nohup _nproc \
_expand_alias _expand_word _extensions _external_pwds _generic \ _numfmt _od _oomctl _pacman _paru \
_guard _history _history_complete_word _ignored _list \ _paste _pathchk _pinky _playerctl _pr \
_main_complete _match _menu _message _most_recent_file \ _printenv _printf _ptx _pulseaudio _pwd \
_multi_parts _next_label _next_tags _normal _nothing \ _qpdf _readlink _realpath _relpath _resolvectl \
_numbers _oldlist _pick_variant _prefix _read_comp \ _rg _riverctl _rm _rmdir _rustup \
_regex_arguments _regex_words _requested _retrieve_cache _sep_parts \ _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files _seq \
_sequence _set_command _setup _store_cache _sub_commands \ _shred _shuf _sleep _sort _split \
_tags _user_expand _values _wanted _acpi \ _stat _stdbuf _sum _swayidle _swaylock \
_acpitool _alsa-utils _analyseplugin _basenc _brctl \ _sync _systemctl _systemd _systemd-analyze _systemd-delta \
_btrfs _capabilities _chattr _chcon _choom \ _systemd-inhibit _systemd-nspawn _systemd-path _systemd-run _systemd-tmpfiles \
_chrt _cpupower _cryptsetup _dkms _e2label \ _tac _tail _tee _test _timedatectl \
_ethtool _findmnt _free _fuse_arguments _fusermount \ _timeout _touch _tr _true _truncate \
_fuse_values _gpasswd _htop _iconvconfig _ionice \ _tsort _tty _udevadm _uname _unexpand \
_ipset _iptables _iwconfig _kpartx _losetup \ _uniq _unlink _uptime _users _vdir \
_lsattr _lsblk _lsns _lsusb _ltrace \ _wc _who _whoami _wl-copy _wl-paste \
_mat _mat2 _mdadm _mii-tool _modutils \ _xss-lock _yes _zathura _zoxide _cdr \
_mondo _networkmanager _nsenter _opkg _perf \ _all_labels _all_matches _alternative _approximate _arg_compile \
_pidof _pmap _qdbus _schedtool _selinux_contexts \ _arguments _bash_completions _cache_invalid _call_function _combination \
_selinux_roles _selinux_types _selinux_users _setpriv _setsid \ _complete _complete_debug _complete_help _complete_help_generic _complete_tag \
_slabtop _ss _sshfs _strace _sysstat \ _comp_locale _correct _correct_filename _correct_word _describe \
_tload _tpb _tracepath _tune2fs _uml \ _description _dispatch _expand _expand_alias _expand_word \
_unshare _valgrind _vserver _wakeup_capable_devices _wipefs \ _extensions _external_pwds _generic _guard _history \
_wpa_cli _a2ps _aap _abcde _absolute_command_paths \ _history_complete_word _ignored _list _main_complete _match \
_ack _adb _ansible _ant _antiword \ _menu _message _most_recent_file _multi_parts _next_label \
_apachectl _apm _arch_archives _arch_namespace _arp \ _next_tags _normal _nothing _numbers _oldlist \
_arping _asciidoctor _asciinema _at _attr \ _pick_variant _prefix _read_comp _regex_arguments _regex_words \
_augeas _avahi _awk _base64 _basename \ _requested _retrieve_cache _sep_parts _sequence _set_command \
_bash _baudrates _baz _beep _bibtex \ _setup _store_cache _sub_commands _tags _user_expand \
_bind_addresses _bison _bittorrent _bogofilter _bpf_filters \ _values _wanted _acpi _acpitool _alsa-utils \
_bpython _bzip2 _bzr _cabal _cal \ _analyseplugin _basenc _brctl _btrfs _capabilities \
_calendar _canonical_paths _cat _ccal _cdcd \ _chattr _chcon _choom _chrt _cpupower \
_cdrdao _cdrecord _chkconfig _chmod _chown \ _cryptsetup _dkms _e2label _ethtool _findmnt \
_chroot _chsh _cksum _clay _cmdambivalent \ _free _fuse_arguments _fusermount _fuse_values _gpasswd \
_cmdstring _cmp _column _comm _composer \ _htop _iconvconfig _ionice _ipset _iptables \
_compress _configure _cowsay _cp _cpio \ _iwconfig _kpartx _losetup _lsattr _lsblk \
_cplay _crontab _cscope _csplit _cssh \ _lsns _lsusb _ltrace _mat _mat2 \
_ctags _ctags_tags _curl _cut _cvs \ _mdadm _mii-tool _modutils _mondo _networkmanager \
_darcs _date _date_formats _dates _dbus \ _nsenter _opkg _perf _pidof _pmap \
_dconf _dd _devtodo _df _dhclient \ _qdbus _schedtool _selinux_contexts _selinux_roles _selinux_types \
_dict _dict_words _diff _diff3 _diff_options \ _selinux_users _setpriv _setsid _slabtop _ss \
_diffstat _dig _directories _dir_list _django \ _sshfs _strace _sysstat _tload _tpb \
_dmesg _dmidecode _dns_types _doas _domains \ _tracepath _tune2fs _uml _unshare _valgrind \
_dos2unix _drill _dropbox _dsh _dtruss \ _vserver _wakeup_capable_devices _wipefs _wpa_cli _a2ps \
_du _dvi _ecasound _ed _elfdump \ _aap _abcde _absolute_command_paths _ack _adb \
_elinks _email_addresses _enscript _entr _env \ _ansible _ant _antiword _apachectl _apm \
_espeak _etags _fakeroot _feh _fetchmail \ _arch_archives _arch_namespace _arp _arping _asciidoctor \
_ffmpeg _figlet _file_modes _files _file_systems \ _asciinema _at _attr _augeas _avahi \
_find _find_net_interfaces _finger _flac _flex \ _awk _base64 _basename _bash _baudrates \
_fmt _fold _fortune _fsh _fuser \ _baz _beep _bibtex _bind_addresses _bison \
_gcc _gcore _gdb _gem _genisoimage \ _bittorrent _bogofilter _bpf_filters _bpython _bzip2 \
_getconf _getent _getfacl _getmail _getopt \ _bzr _cabal _cal _calendar _canonical_paths \
_ghostscript _git _global _global_tags _gnu_generic \ _cat _ccal _cdcd _cdrdao _cdrecord \
_gnupod _gnutls _go _gpg _gphoto2 \ _chkconfig _chmod _chown _chroot _chsh \
_gprof _gradle _graphicsmagick _grep _groff \ _cksum _clay _cmdambivalent _cmdstring _cmp \
_groups _growisofs _gsettings _guilt _gzip \ _column _comm _composer _compress _configure \
_have_glob_qual _head _hexdump _host _hostname \ _cowsay _cp _cpio _cplay _crontab \
_hosts _iconv _id _ifconfig _iftop \ _cscope _csplit _cssh _ctags _ctags_tags \
_imagemagick _initctl _init_d _install _iostat \ _curl _cut _cvs _darcs _date \
_ip _ipsec _irssi _ispell _java \ _date_formats _dates _dbus _dconf _dd \
_java_class _joe _join _jq _killall \ _devtodo _df _dhclient _dict _dict_words \
_knock _kvno _last _ldconfig _ldd \ _diff _diff3 _diff_options _diffstat _dig \
_ld_debug _less _lha _libvirt _links \ _directories _dir_list _django _dmesg _dmidecode \
_list_files _lldb _ln _loadkeys _locale \ _dns_types _doas _domains _dos2unix _drill \
_localedef _locales _locate _logger _look \ _dropbox _dsh _dtruss _du _dvi \
_lp _ls _lsof _lua _luarocks \ _ecasound _ed _elfdump _elinks _email_addresses \
_lynx _lz4 _lzop _mail _mailboxes \ _enscript _entr _env _espeak _etags \
_make _man _md5sum _mencal _mh \ _fakeroot _feh _fetchmail _ffmpeg _figlet \
_mime_types _mkdir _mkfifo _mknod _mktemp \ _file_modes _files _file_systems _find _find_net_interfaces \
_module _monotone _moosic _mosh _mount \ _finger _flac _flex _fmt _fold \
_mpc _mt _mtools _mtr _mutt \ _fortune _fsh _fuser _gcc _gcore \
_mv _my_accounts _myrepos _mysqldiff _mysql_utils \ _gdb _gem _genisoimage _getconf _getent \
_ncftp _netcat _net_interfaces _netstat _newsgroups \ _getfacl _getmail _getopt _ghostscript _git \
_nginx _ngrep _nice _nkf _nl \ _global _global_tags _gnu_generic _gnupod _gnutls \
_nm _nmap _npm _nslookup _numfmt \ _go _gpg _gphoto2 _gprof _gradle \
_objdump _object_files _od _openstack _opustools \ _graphicsmagick _grep _groff _groups _growisofs \
_other_accounts _pack _pandoc _paste _patch \ _gsettings _guilt _gzip _have_glob_qual _head \
_patchutils _path_commands _path_files _pax _pbm \ _hexdump _host _hostname _hosts _iconv \
_pdf _perforce _perl _perl_basepods _perldoc \ _id _ifconfig _iftop _imagemagick _initctl \
_perl_modules _pgids _pgrep _php _picocom \ _init_d _install _iostat _ip _ipsec \
_pids _pine _ping _pip _pkgadd \ _irssi _ispell _java _java_class _joe \
_pkg-config _pkginfo _pkg_instance _pkgrm _pon \ _join _jq _killall _knock _kvno \
_ports _postfix _postgresql _postscript _pr \ _last _ldconfig _ldd _ld_debug _less \
_printenv _printers _process_names _prove _ps \ _lha _libvirt _links _list_files _lldb \
_pspdf _psutils _ptx _pump _pv \ _ln _loadkeys _locale _localedef _locales \
_pwgen _pydoc _python _python_modules _qemu \ _locate _logger _look _lp _ls \
_quilt _rake _ranlib _rar _rclone \ _lsof _lua _luarocks _lynx _lz4 \
_rcs _readelf _readlink _remote_files _renice \ _lzop _mail _mailboxes _make _man \
_ri _rlogin _rm _rmdir _route \ _md5sum _mencal _mh _mime_types _mkdir \
_rrdtool _rsync _rubber _ruby _runit \ _mkfifo _mknod _mktemp _module _monotone \
_samba _sccs _scons _screen _script \ _moosic _mosh _mount _mpc _mt \
_seafile _sed _seq _service _services \ _mtools _mtr _mutt _mv _my_accounts \
_setfacl _sh _shasum _showmount _shred \ _myrepos _mysqldiff _mysql_utils _ncftp _netcat \
_shuf _shutdown _signals _sisu _slrn \ _net_interfaces _netstat _newsgroups _nginx _ngrep \
_smartmontools _socket _sort _spamassassin _split \ _nice _nkf _nl _nm _nmap \
_sqlite _sqsh _ssh _ssh_hosts _stat \ _npm _nslookup _numfmt _objdump _object_files \
_stdbuf _stgit _stow _strings _strip \ _od _openstack _opustools _other_accounts _pack \
_stty _su _subversion _sudo _surfraw \ _pandoc _paste _patch _patchutils _path_commands \
_swaks _swanctl _swift _sys_calls _sysctl \ _path_files _pax _pbm _pdf _perforce \
_tac _tail _tar _tar_archive _tardy \ _perl _perl_basepods _perldoc _perl_modules _pgids \
_tcpdump _tcptraceroute _tee _telnet _terminals \ _pgrep _php _picocom _pids _pine \
_tex _texi _texinfo _tidy _tiff \ _ping _pip _pkgadd _pkg-config _pkginfo \
_tilde_files _timeout _time_zone _tin _tla \ _pkg_instance _pkgrm _pon _ports _postfix \
_tmux _todo.sh _toilet _top _topgit \ _postgresql _postscript _pr _printenv _printers \
_totd _touch _tput _tr _transmission \ _process_names _prove _ps _pspdf _psutils \
_tree _truncate _truss _tty _ttys \ _ptx _pump _pv _pwgen _pydoc \
_twidge _twisted _umountable _unace _uname \ _python _python_modules _qemu _quilt _rake \
_unexpand _uniq _unison _units _uptime \ _ranlib _rar _rclone _rcs _readelf \
_urls _user_admin _user_at_host _users _users_on \ _readlink _remote_files _renice _ri _rlogin \
_vi _vim _visudo _vmstat _vorbis \ _rm _rmdir _route _rrdtool _rsync \
_vpnc _w _w3m _watch _wc \ _rubber _ruby _runit _samba _sccs \
_webbrowser _wget _whereis _who _whois \ _scons _screen _script _seafile _sed \
_wiggle _xargs _xmlsoft _xmlstarlet _xmms2 \ _seq _service _services _setfacl _sh \
_xxd _xz _yafc _yodl _yp \ _shasum _showmount _shred _shuf _shutdown \
_zcat _zdump _zfs _zfs_dataset _zfs_pool \ _signals _sisu _slrn _smartmontools _socket \
_zip _zsh _acroread _code _dcop \ _sort _spamassassin _split _sqlite _sqsh \
_eog _evince _geany _gnome-gv _gqview \ _ssh _ssh_hosts _stat _stdbuf _stgit \
_gv _kdeconnect _kfmclient _matlab _mozilla \ _stow _strings _strip _stty _su \
_mplayer _mupdf _nautilus _nedit _netscape \ _subversion _sudo _surfraw _swaks _swanctl \
_okular _pdftk _qiv _rdesktop _setxkbmap \ _swift _sys_calls _sysctl _tac _tail \
_sublimetext _urxvt _vnc _x_arguments _xauth \ _tar _tar_archive _tardy _tcpdump _tcptraceroute \
_xautolock _x_borderwidth _xclip _x_color _x_colormapid \ _tee _telnet _terminals _tex _texi \
_x_cursor _x_display _xdvi _x_extension _xfig \ _texinfo _tidy _tiff _tilde_files _timeout \
_x_font _xft_fonts _x_geometry _xinput _x_keysym \ _time_zone _tin _tla _tmux _todo.sh \
_xloadimage _x_locale _x_modifier _xmodmap _x_name \ _toilet _top _topgit _totd _touch \
_xournal _xpdf _xrandr _x_resource _xscreensaver \ _tput _tr _transmission _tree _truncate \
_x_selection_timeout _xset _xt_arguments _xterm _x_title \ _truss _tty _ttys _twidge _twisted \
_xt_session_id _x_utils _xv _x_visual _x_window \ _umountable _unace _uname _unexpand _uniq \
_xwit _zeal _add-zle-hook-widget _add-zsh-hook _alias \ _unison _units _uptime _urls _user_admin \
_aliases __arguments _arrays _assign _autocd \ _user_at_host _users _users_on _vi _vim \
_bindkey _brace_parameter _builtin _cd _command \ _visudo _vmstat _vorbis _vpnc _w \
_command_names _compadd _compdef _completers _condition \ _w3m _watch _wc _webbrowser _wget \
_default _delimiters _directory_stack _dirs _disable \ _whereis _who _whois _wiggle _xargs \
_dynamic_directory_name _echotc _echoti _emulate _enable \ _xmlsoft _xmlstarlet _xmms2 _xxd _xz \
_equal _exec _fc _file_descriptors _first \ _yafc _yodl _yp _zcat _zdump \
_functions _globflags _globqual_delims _globquals _hash \ _zfs _zfs_dataset _zfs_pool _zip _zsh \
_history_modifiers _in_vared _jobs _jobs_bg _jobs_builtin \ _acroread _code _dcop _eog _evince \
_jobs_fg _kill _limit _limits _math \ _geany _gnome-gv _gqview _gv _kdeconnect \
_math_params _mere _module_math_func _options _options_set \ _kfmclient _matlab _mozilla _mplayer _mupdf \
_options_unset _parameter _parameters _precommand _print \ _nautilus _nedit _netscape _okular _pdftk \
_prompt _ps1234 _read _redirect _run-help \ _qiv _rdesktop _setxkbmap _sublimetext _urxvt \
_sched _set _setopt _source _strftime \ _vnc _x_arguments _xauth _xautolock _x_borderwidth \
_subscript _suffix_alias_files _tcpsys _tilde _trap \ _xclip _x_color _x_colormapid _x_cursor _x_display \
_ttyctl _typeset _ulimit _unhash _user_math_func \ _xdvi _x_extension _xfig _x_font _xft_fonts \
_value _vared _vars _vcs_info _vcs_info_hooks \ _x_geometry _xinput _x_keysym _xloadimage _x_locale \
_wait _which _widgets _zargs _zattr \ _x_modifier _xmodmap _x_name _xournal _xpdf \
_zcalc _zcalc_line _zcompile _zed _zftp \ _xrandr _x_resource _xscreensaver _x_selection_timeout _xset \
_zle _zmodload _zmv _zparseopts _zpty \ _xt_arguments _xterm _x_title _xt_session_id _x_utils \
_zsh-mime-handler _zsocket _zstyle _ztodo _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 autoload -Uz +X _call_program
typeset -gUa _comp_assocs typeset -gUa _comp_assocs

View File

@@ -30,6 +30,7 @@ alias switch="sudo nixos-rebuild switch"
alias nix-edit="sudo vim /etc/nixos/configuration.nix" alias nix-edit="sudo vim /etc/nixos/configuration.nix"
alias ls="exa -lag --icons" alias ls="exa -lag --icons"
alias upload="~/.config/script/upload.sh" alias upload="~/.config/script/upload.sh"
alias record="~/.config/script/record.sh"
alias vim="nvim" alias vim="nvim"
alias cat="bat" alias cat="bat"
alias anime="~/repos/ani-cli/ani-cli" alias anime="~/repos/ani-cli/ani-cli"
@@ -38,10 +39,12 @@ alias manga="manga-cli"
alias yt="~/repos/ytfzf/ytfzf --thumb-viewer='kitty' -t" alias yt="~/repos/ytfzf/ytfzf --thumb-viewer='kitty' -t"
alias cd="z" alias cd="z"
alias rm="rip" alias rm="rip"
alias df="duf"
alias time="hyperfine" alias time="hyperfine"
alias kami="~/Documents/Rust/kami/target/release/kami" alias kami="~/Documents/Rust/kami/target/release/kami"
alias calc="cpc" alias calc="cpc"
alias pdf="mupdf" alias pdf="mupdf"
alias emacs="emacsclient --alternate-editor= --create-frame"
#home clean up #home clean up
export EDITOR="lvim" export EDITOR="lvim"
export ANDROID_HOME="$XDG_DATA_HOME"/android export ANDROID_HOME="$XDG_DATA_HOME"/android