removed(zshrc): python venv loading

This commit is contained in:
Kyren223
2024-08-20 11:19:44 +03:00
parent c5bc66f301
commit 57c082066a

3
.zshrc
View File

@@ -94,9 +94,6 @@ source <(fzf --zsh)
eval "$(zoxide init --cmd cd zsh)"
eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/tokyocat_laptop.omp.yml)"
# Activate python venv
source ~/python/venv/bin/activate
# Aliases
alias nvim='nvim.sh'
alias cat='bat'