Skip to content

Commit

Permalink
Add rye alias
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 31, 2024
1 parent b1ab371 commit 83025b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wslfiles/.dots/scripts/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ alias ryp="rye pin"
alias rys="rye sync"
alias rya="rye add"
alias ryad="rye add --dev"
alias ryr="rye remove"
alias ryrm="rye remove"
alias ryl="rye list"
alias ryr="rye run"

alias pysetup="py -m venv .venv --upgrade-deps && source .venv/bin/activate"
alias py3setup="py3 -m venv .venv --upgrade-deps && source .venv/bin/activate"
Expand Down

0 comments on commit 83025b9

Please sign in to comment.