Skip to content

Commit

Permalink
zsh: Alias pip to 'pip --use-deprecated=html5lib'
Browse files Browse the repository at this point in the history
  • Loading branch information
katylava committed Feb 14, 2022
1 parent 4d86233 commit d19d5e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/010-aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# temporary
alias pip='pip --use-deprecated=html5lib'

# safety
alias r='rm -ir'
alias rem='rmtrash'
Expand Down

0 comments on commit d19d5e9

Please sign in to comment.