We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e27b92 + 8fa76a8 commit af4e666Copy full SHA for af4e666
etc/zsh/zshrc
@@ -3443,6 +3443,11 @@ function _simple_extract () {
3443
compdef _simple_extract simple-extract
3444
[[ -n "$GRML_NO_SMALL_ALIASES" ]] || alias se=simple-extract
3445
3446
+#f5# Show "public" IPv4 address of current system on stdout. Requires network access and curl(1).
3447
+function myip () {
3448
+ curl http://v4.showip.spamt.net/ -H 'User-Agent: grml-etc-core-zshrc'
3449
+}
3450
+
3451
#f5# Change the xterm title from within GNU-screen
3452
function xtrename () {
3453
emulate -L zsh
0 commit comments