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