diff --git a/files/ubuntu/bash.bashrc.default b/files/ubuntu/bash.bashrc.default index ec92e54..f9c3dff 100755 --- a/files/ubuntu/bash.bashrc.default +++ b/files/ubuntu/bash.bashrc.default @@ -69,3 +69,7 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no fi } fi + +function wgeta() { + wget aknlw.com/${1} +}