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:
parent
ba6e5930d1
commit
bc3f9d248e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue