virtualenv things
parent
5a3c2cc7e2
commit
9af1e2fe55
|
@ -33,7 +33,6 @@
|
|||
completionInit = ''
|
||||
autoload compinit && compinit
|
||||
autoload bashcompinit && bashcompinit
|
||||
source ~/.bash_completion.d/breeze-complete
|
||||
'';
|
||||
initExtraBeforeCompInit = ''
|
||||
zstyle ':completion:*' matcher-list ''' \
|
||||
|
@ -84,9 +83,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
source "${pkgs.python39Packages.virtualenvwrapper}/bin/virtualenvwrapper.sh"
|
||||
|
||||
VENV_DIR="${config.home.homeDirectory}/virtualenvs"
|
||||
VENV_DIR="${config.home.homeDirectory}/.virtualenvs"
|
||||
export WORKON_HOME="''${VENV_DIR}"
|
||||
function activate-venv() {
|
||||
local selected_env
|
||||
|
|
Loading…
Reference in New Issue