From 89acb7558d5486d2939d8b8fce47469ad7ba7f62 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 11 Mar 2026 10:18:45 -0500 Subject: [PATCH] =?UTF-8?q?ip=20=E2=9E=94=20ipadr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 484f479..62498c0 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -42,7 +42,7 @@ alias gparted="sudo gparted" alias grep='grep --color=auto' alias hyprUpd="ct d h && hyprRld" alias hyprRld="hyprctl reload && hyprmon --profile office" -alias ip='ip -br a' +alias ipadr='ip -br a' alias ipcam="ffplay rtsp://192.168.31.220:554/1" alias ipify='http https://api.ipify.org?format=json' alias journal='journalctl --since "1 hour ago"'