From adfb29b71935c967429bd2b2d16a92876f894edd Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sun, 15 Feb 2026 18:42:28 +0500 Subject: [PATCH] update local server address --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 73ae62a..048a8eb 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,7 @@ bindkey '^j' down-line-or-history alias v="nvim" alias ta='tmux at || tmux' alias ls="ls --color" -alias homeaudio="ncmpcpp -h 192.168.0.100" +alias homeaudio="ncmpcpp -h 192.168.1.100" alias lg="lazygit" alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate' alias rutracker='RUTRACKER_USERNAME=$(pass show rutracker | grep -oP "username:\K.*") RUTRACKER_PASSWORD=$(pass show rutracker | head -n 1) rust_rutracker_cli'