1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-08 21:08:30 +00:00

fish: 4.0.0!; meta: check out incus

This commit is contained in:
Phantop 2025-02-28 21:10:24 -05:00
parent 0c53e20dbb
commit ad8b8d73bb
3 changed files with 6 additions and 5 deletions

View file

@ -30,5 +30,5 @@ depends=(
rustup pyenv python-html2text python-pylint uv
# Tools to check out
binwalk csvlens elvish fq grex jc magic-wormhole ouch runc slumber yq
binwalk csvlens elvish fq grex jc magic-wormhole ouch runc slumber yq incus
)

View file

@ -53,7 +53,7 @@ a cpugov 's cpupower frequency-set -g performance'
a curlflux 'eval curl (cat ~/.config/miniflux)/$argv[1] $argv[2..-1];:'
a def 'curl dict://dict.org/d:$argv;:'
a dirdl 'wget -r -k -p -np -e robots=off'
a dl 'not test "$argv" && cd ~/Downloads || aria2c -c -{j,s,x}16 --http-accept-gzip'
a dl 'test -z "$argv" && cd ~/Downloads || aria2c -c -{j,s,x}16 --http-accept-gzip'
a dot 'cd ~/.dotfiles'
a drivedl 'dl https://docs.google.com/uc?export=download&id=(echo $argv | cut -d/ -f6)&confirm=t'
a epubpack 'cd $argv && zip -0rX ../(basename $argv).epub mimetype *; cd ..;:'

View file

@ -2,7 +2,8 @@ abbr !. --position anywhere -f history_find -r '^!.*'
abbr !! --position anywhere -f history_last
abbr do ''
abbr done end
bind \ed 'ncdu'
bind \ef '_fzf_wrapper | clip'
bind \e\co 'open (_fzf_wrapper)'
bind alt-d ncdu
bind alt-f '_fzf_wrapper | clip'
bind ctrl-alt-o 'open (_fzf_wrapper)'
bind ctrl-c __fish_cancel_commandline
printf "\e[5 q"