1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00

fix rtx cmd

This commit is contained in:
Luna 2023-05-25 20:10:02 +02:00
parent ba6e5930d1
commit bc3f9d248e

View file

@ -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