mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add mkvenv function
This commit is contained in:
parent
41b97a1be3
commit
492205e86b
|
@ -353,7 +353,7 @@ make_backup() {
|
|||
echo "done"
|
||||
}
|
||||
|
||||
make_venv(){
|
||||
mkvenv(){
|
||||
python -m venv .venv && echo "created venv: .venv"
|
||||
|
||||
read -q source_venv
|
||||
|
|
Loading…
Reference in New Issue
Block a user