This commit is contained in:
Eduard Tolosa 2019-03-21 21:58:12 -05:00
parent 20a43763e4
commit 9deb030181
3 changed files with 4 additions and 5 deletions

View file

@ -181,7 +181,6 @@ alias uparch='sudo pacman -Syu --noconfirm'
# Alias for pkgfile
alias pkgfile='pkgfile -v'
alias upkgfile='sudo pkgfile -u'
# Avoid pip installing packages as root/sudo, execute the following line in your terminal or just delete the # at the begin
#install -Dm644 /dev/stdin ~/.config/pip/pip.conf <<< $'[install]\nuser = yes\n'