From b6501af82619ee887662522f5b35bf4a232882c5 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 19:39:11 +0100 Subject: [PATCH] Update .oh-my-zsh/custom/aliases.zsh --- dot_oh-my-zsh/custom/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_oh-my-zsh/custom/aliases.zsh b/dot_oh-my-zsh/custom/aliases.zsh index 4508e7e..8b4160f 100644 --- a/dot_oh-my-zsh/custom/aliases.zsh +++ b/dot_oh-my-zsh/custom/aliases.zsh @@ -6,3 +6,5 @@ alias cat="bat" alias c="cat" alias fd="fdfind" +alias pyenvon="source .venv/bin/activate" +alias pipuninstall="pip freeze | xargs pip uninstall -y"