1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

Add wgetx alias to .zsh/aliases.zsh

This commit is contained in:
Luna 2023-10-21 01:17:31 +02:00
parent e1c8b572e6
commit 088eaddb8f

View file

@ -28,3 +28,4 @@ alias ytdlp='yt-dlp `xclip -o`'
alias 'sudo -i'='sudo su -'
alias 'cls'='clear'
alias 'rsyncA'='rsync -azzP'
alias wgetx='wget `xclip -o`'