5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
|
#!/bin/zsh
|
||
|
|
# This hook is sourced after a new virtualenv is activated.
|
||
|
|
|
||
|
|
pip3 install neovim
|