From 2f85c81ad8e6aceee85855258330edf0b10265d5 Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 29 Jun 2025 20:47:06 -0500 Subject: [PATCH] /+ ipcam --- dots/bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 481da21..d09d127 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -39,6 +39,7 @@ alias faf="sudo find / -type f -name" # faf (find a file) alias gparted="sudo gparted" alias grep='grep --color=auto' alias ip='ip -br a' +alias ipcam="ffplay rtsp://192.168.31.220:554/1" alias journal='journalctl --since "1 hour ago"' alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll" alias keyringreset="trash-put /home/poq/.local/share/keyrings/*.keyrings"