Skip to content

Commit

Permalink
Add chromeguest
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 29, 2024
1 parent 093e2a4 commit 992a5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 992a5e0

Please sign in to comment.