mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
fix rtx
This commit is contained in:
parent
50287c65d6
commit
624b0cb856
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ rtx() {
|
||||||
|
|
||||||
case "$command" in
|
case "$command" in
|
||||||
deactivate|shell)
|
deactivate|shell)
|
||||||
eval "$(/home/lunax/.cargo/bin/rtx "$command" "$@")"
|
eval "$($HOME/.cargo/bin/rtx "$command" "$@")"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
command /home/lunax/.cargo/bin/rtx "$command" "$@"
|
command $HOME/.cargo/bin/rtx "$command" "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue