From 60cfaf402b500cc6d456742bebda010f7c45a308 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sat, 28 Feb 2026 07:19:40 -0500 Subject: [PATCH] =?UTF-8?q?hyprReload=20=E2=9E=94=20hyprRld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index cf8d5eb..c6412db 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -39,8 +39,8 @@ alias encrypt="gpg --encrypt --sign --recipient frode@klevstul.com" alias extract="extract.sh" alias gparted="sudo gparted" alias grep='grep --color=auto' -alias hyprUpd="ct d h && hyprReload" -alias hyprReload="hyprctl reload && hyprmon --profile office" +alias hyprUpd="ct d h && hyprRld" +alias hyprRld="hyprctl reload && hyprmon --profile office" alias ip='ip -br a' alias ipcam="ffplay rtsp://192.168.31.220:554/1" alias ipify='http https://api.ipify.org?format=json'