PATCH bashrc

This commit is contained in:
2025-01-24 21:00:44 +09:00
parent 4c569e6be3
commit 02a47be16a

View File

@@ -1,5 +1,6 @@
alias x=pnpx
export CLOUDFLARE_API_TOKEN=Pah8Q6hBUsQsKnKhaMJB2QvL-LHAWCcU8xti66Q3
dive(){ docker exec -it "$@" bash }
dive(){ docker exec -it "$@" sh; }
alias reboot='sudo reboot'
alias restart='docker restart'
export HOMEBREW_NO_ENV_HINTS=true
@@ -223,4 +224,3 @@ ign() {
alias r="redis-cli"
q() { "$@" > /dev/null 2>&1 & }