add(fish): abbreviations!

This commit is contained in:
Léana 江 2023-03-30 23:53:32 +02:00
parent 85e11cafc7
commit 1cb3a496b0
5 changed files with 47 additions and 18 deletions

View file

@ -1,4 +0,0 @@
function add_spacer_tile
defaults write com.apple.dock persistent-apps -array-add '{tile-type="small-spacer-tile";}'
killall Dock
end

View file

@ -1,3 +0,0 @@
function ipp
curl ipinfo.io
end

View file

@ -1,7 +0,0 @@
function ytdlp
yt-dlp \
--merge-output-format "mkv" \
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4" \
-o "/Users/leana/Downloads/%(title)s.%(ext)s" \
$argv
end