From fc1221f70526353c78971b242079f182dd183ec9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 May 2025 15:05:22 -0500 Subject: alias whereami (to query ipinfo.io) and weather (to wego) --- dotfiles/system/.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 34358a2..0a67605 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -71,7 +71,8 @@ alias steam="flatpak run com.valvesoftware.Steam" alias stext="/opt/sublime_text/sublime_text" alias stow="stow --target=/home/cjennings" # required as dotfiles in non-standard location alias vim="nvim" -alias weather="curl -s wttr.in" +alias weather="wego" +alias whereami="curl ipinfo.io" alias xterm="xterm -ti 340" # general utility -- cgit v1.2.3