Add 'venv' alias

This commit is contained in:
Mikkel Svartveit 2023-04-25 17:19:28 +02:00
parent 36602c9182
commit 88173381bf

View file

@ -9,6 +9,7 @@ alias ai="sgpt -se"
abbr x86 "arch -x86_64"
abbr v "nvim"
abbr venv "source venv/bin/activate.fish"
abbr gpf "git push --force-with-lease"
abbr ghv "gh repo view --web"
abbr pr "gh pr checkout"