bashrc: msi local change

This commit is contained in:
Jaewook Lee
2024-08-28 21:30:13 +09:00
parent 8e267834ca
commit f967f5c56c

View File

@@ -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() {