From 0f9aeb102e81cdc6ae7a60392149599d0570602f Mon Sep 17 00:00:00 2001 From: quilime Date: Fri, 19 Feb 2021 16:52:32 -0800 Subject: [PATCH] Update .zsh-darwin --- .zsh-darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh-darwin b/.zsh-darwin index 8ae1c6e..7f1072b 100644 --- a/.zsh-darwin +++ b/.zsh-darwin @@ -7,7 +7,7 @@ RPROMPT='%F{240}%*%f' alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/ --work-tree=/Users/gld' alias ls='ls -G' alias cats='highlight -O ansi --force' -alias x86='arch -x86_64 zsh' # Start Shell in Rosetta 22 +alias x86='arch -x86_64 zsh' # Start Shell in Rosetta 2 (M1 Macs) # sublime text export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH" -- 2.34.1