add py-add-venv
This commit is contained in:
parent
aac0a67a54
commit
4548734191
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue