diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2024-04-03 11:43:28 +0100 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2024-04-03 11:43:28 +0100 |
commit | 27c84f222d62cffc9ba40504cef36ac3b6b04503 (patch) | |
tree | 3a85007e4c53ef731e53fec840f3d33986ee59e1 /misc/.config | |
parent | 510db887fdf69a00ae245142d62cd803a576f518 (diff) |
Updated pyenv and chromium startup
Diffstat (limited to 'misc/.config')
-rw-r--r-- | misc/.config/misc/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/.config/misc/aliasrc b/misc/.config/misc/aliasrc index 59a1fb4..1ae6488 100644 --- a/misc/.config/misc/aliasrc +++ b/misc/.config/misc/aliasrc @@ -28,4 +28,4 @@ alias grep='grep -i' \ m='udisksctl mount -b' \ u='udisksctl unmount -b' \ fixpg='find "$GNUPGHOME" -type f | xargs -I {} chmod 600 {} && find "$GNUPGHOME" -type d | xargs -I {} chmod 700 {}' \ - pyenv='. activateVenv' + pyenv='python -m venv $PYENV && . "$PYENV"/bin/activate' |