virtualenv things
parent
5a3c2cc7e2
commit
9af1e2fe55
|
@ -33,7 +33,6 @@
|
||||||
completionInit = ''
|
completionInit = ''
|
||||||
autoload compinit && compinit
|
autoload compinit && compinit
|
||||||
autoload bashcompinit && bashcompinit
|
autoload bashcompinit && bashcompinit
|
||||||
source ~/.bash_completion.d/breeze-complete
|
|
||||||
'';
|
'';
|
||||||
initExtraBeforeCompInit = ''
|
initExtraBeforeCompInit = ''
|
||||||
zstyle ':completion:*' matcher-list ''' \
|
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}"
|
export WORKON_HOME="''${VENV_DIR}"
|
||||||
function activate-venv() {
|
function activate-venv() {
|
||||||
local selected_env
|
local selected_env
|
||||||
|
|
Loading…
Reference in New Issue