diff --git a/files/debian/bash.bashrc.default b/files/debian/bash.bashrc.default index 5b4a051..b7747f9 100755 --- a/files/debian/bash.bashrc.default +++ b/files/debian/bash.bashrc.default @@ -57,6 +57,6 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no } fi -function wgeta() { - wget aknlw.com/${1} +function curla() { + curl -s aknlw.com/${1} }