ref aliases
This commit is contained in:
parent
e05a691bc7
commit
a4aab37d58
@ -74,15 +74,17 @@ alias wake="echo $'\a'" # command; wake &
|
||||
alias music='mplayer -shuffle ~/Music/*'
|
||||
|
||||
|
||||
|
||||
|
||||
# python
|
||||
alias pipir='python3 -m pip install -r requirements.txt'
|
||||
|
||||
# initializes first ./*/*/activate
|
||||
# alias va='source "$(find -P . -maxdepth 3 -type f -name activate | sort | head -n 1)" &>/dev/null || echo "error: virtual env not found, use python3 -m virtualenv venv" >&2'
|
||||
alias ve='python3 -m virtualenv venv && . venv/bin/activate'
|
||||
alias vd='deactivate'
|
||||
|
||||
|
||||
# python
|
||||
alias pipir='python3 -m pip install -r requirements.txt'
|
||||
|
||||
# git
|
||||
alias watch-diff='watch --color "git diff --color=always"'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user