diff options
Diffstat (limited to 'functions/wgetqp.fish')
| -rw-r--r-- | functions/wgetqp.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wgetqp.fish b/functions/wgetqp.fish index a5b3527..4350ac3 100644 --- a/functions/wgetqp.fish +++ b/functions/wgetqp.fish @@ -1 +1 @@ -alias wgetqp='wget -q --show-progress' +abbr --add wgetqp 'wget -q --show-progress' |