Add a few more useful aliases
This commit is contained in:
parent
4dc488edc3
commit
04cb1e1100
1 changed files with 7 additions and 2 deletions
|
@ -3,11 +3,16 @@ export ZSH=/usr/share/oh-my-zsh/
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(
|
plugins=(
|
||||||
pip
|
aliases
|
||||||
python
|
archlinux
|
||||||
common-aliases
|
common-aliases
|
||||||
extract
|
extract
|
||||||
|
gh
|
||||||
heroku
|
heroku
|
||||||
|
pip
|
||||||
|
poetry
|
||||||
|
python
|
||||||
|
vscode
|
||||||
)
|
)
|
||||||
|
|
||||||
export COMPLETION_WAITING_DOTS="true"
|
export COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
Loading…
Reference in a new issue