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'