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:
parent
0c53e20dbb
commit
ad8b8d73bb
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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 ..;:'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue