summaryrefslogtreecommitdiffstatshomepage
path: root/wsl
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-22 15:16:58 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-22 15:16:58 -0500
commitb59b6417a1bd42438e2059260198c2be6fc85a68 (patch)
tree1572f8dfdd0db10f70c4429421e5292656b1007a /wsl
parent8c32692e254c282bf98e7b66a8278a0fa7e884c5 (diff)
fix: fixed python aliases
Diffstat (limited to 'wsl')
-rw-r--r--wsl/wsl.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/wsl/wsl.sh b/wsl/wsl.sh
index 545a909..80d93af 100644
--- a/wsl/wsl.sh
+++ b/wsl/wsl.sh
@@ -12,6 +12,12 @@ export XDG_RUNTIME_DIR=/tmp/xdg
alias wsl=wsl.exe
alias ykman='/mnt/c/Program\ Files/Yubico/YubiKey\ Manager/ykman.exe'
+# python
+alias pip2="DISPLAY= pip2"
+alias pip3="DISPLAY= pip3"
+alias pip3.7="DISPLAY= pip3.7"
+alias pip3.10="DISPLAY= pip3.10"
+alias pip="DISPLAY= pip3"
wt() {
powershell.exe -NoProfile -c "wt $@"