mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
bashrc & zshrc: add alias lpip3 (see previous commit).
This commit is contained in:
parent
a31a7b98fd
commit
230be35525
2
bashrc
2
bashrc
@ -465,7 +465,7 @@ alias inxi-update="inxi -U"
|
||||
|
||||
# Local pip installations ( improvised from https://stackoverflow.com/questions/2915471/install-a-python-package-into-a-different-directory-using-pip )
|
||||
alias lpip="pip install --install-option=--prefix=$HOME/.local"
|
||||
|
||||
alias lpip3="pip3 install --install-option=--prefix=$HOME/.local"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
|
1
zshrc
1
zshrc
@ -438,6 +438,7 @@ alias inxi-update="inxi -U"
|
||||
|
||||
# Local pip installations ( improvised from https://stackoverflow.com/questions/2915471/install-a-python-package-into-a-different-directory-using-pip )
|
||||
alias lpip="pip install --install-option=--prefix=$HOME/.local"
|
||||
alias lpip3="pip3 install --install-option=--prefix=$HOME/.local"
|
||||
|
||||
# .aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user