From 992a5e07a153411bc16038ef8668c4bdaaef0c0f Mon Sep 17 00:00:00 2001 From: boggs <6130147+b-ggs@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:22:36 +0800 Subject: [PATCH] Add chromeguest --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index cef5391..e0aed33 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -35,6 +35,7 @@ if [[ "$(uname)" == "Darwin" ]]; then alias showdesktop='defaults write com.apple.finder CreateDesktop true && killall Finder' alias resetdock='defaults write com.apple.dock tilesize -int 32; killall Dock' alias flushdnscache='sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder' + alias chromeguest='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --guest &' elif [[ "$(uname)" == "Linux" ]]; then alias lock='i3lock' fi