mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +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
|
local command
|
||||||
command="${1:-}"
|
command="${1:-}"
|
||||||
if [ "$#" = 0 ]; then
|
if [ "$#" = 0 ]; then
|
||||||
command /home/lunax/.cargo/bin/rtx
|
command $HOME/.cargo/bin/rtx
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Add table
Reference in a new issue