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'