diff --git a/.zsh/rtx.zsh b/.zsh/rtx.zsh index 519d79f..c54fde7 100644 --- a/.zsh/rtx.zsh +++ b/.zsh/rtx.zsh @@ -6,7 +6,7 @@ rtx() { local command command="${1:-}" if [ "$#" = 0 ]; then - command /home/lunax/.cargo/bin/rtx + command $HOME/.cargo/bin/rtx return fi shift