dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ba00a53bcff69e9ad238965a60e1e72f5b1abb60
parent 7fea0b8657604685c458dacb46434cb5bddceef4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 Nov 2020 12:29:22 +0100

.profile: change wanip host

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -139,7 +139,7 @@ ddg() { w3m "https://duckduckgo.com/lite?q=$*&fd=-1" } -alias wanip='curl -s https://ipinfo.io/ip' +alias wanip='hurl gopher://bitreich.org/0/ip' news() { if [ $# -eq 0 ] || [ "$1" = "npr" ]; then url="https://text.npr.org"