bashrc: msi local change
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export PATH="/home/w/.cache/ms-playwright/chromium-1129/chrome-linux:$PATH"
|
||||
alias rp=runpodctl
|
||||
export COMPOSE_STOP_GRACE_PERIOD=0
|
||||
export PATH=/usr/bin:$PATH
|
||||
alias prune="docker system prune -f"
|
||||
alias rc="vi ~/.bash_aliases && tail ~/.bash_aliases && source ~/.bash_aliases"
|
||||
alias up="down && docker compose up -d --remove-orphans && log"
|
||||
alias down="docker compose down"
|
||||
@@ -119,7 +123,7 @@ alias remote="git remote -v"
|
||||
alias stash="git stash"
|
||||
alias vimrc="vi ~/.vimrc"
|
||||
commit() {
|
||||
git commit -m "$*" && git pull && git push
|
||||
git commit -m "$*" && git push
|
||||
}
|
||||
|
||||
git() {
|
||||
|
||||
Reference in New Issue
Block a user