add py-add-venv

This commit is contained in:
askiiart 2024-11-11 15:50:40 -06:00
parent aac0a67a54
commit 4548734191
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -58,5 +58,6 @@ else:
exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
alias tf2='cd ~/.local/share/Steam/steamapps/common/Team\ Fortress\ 2/; ~/.steam/steam/ubuntu12_64/steam-runtime-sniper/run ./tf.sh -- -windowed -w 1280 -h 720 -secure -steam'
# misc
alias py-add-venv="set PATH $(pwd)/.venv/bin/:$PATH"
end