1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 19:29:04 -05:00
dotfiles/fish/functions/7z.fish
2023-10-03 16:56:28 -05:00

5 lines
78 B
Fish

function 7z --wraps=7zz --description 'alias 7z 7zz'
7zz $argv
end