--- /dev/null
+
+# prompt
+PROMPT='%F{cyan}%n@%m%f %F{240}%1~%f %# '
+RPROMPT='%F{240}%*%f'
+
+
+# aliases
+alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/.git/ --work-tree=/Users/gld'
+alias ls='ls -G'
+alias cats='highlight -O ansi --force'
+
+# sublime text
+export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"
+
+# brew
+eval export HOMEBREW_PREFIX="/opt/homebrew"; export HOMEBREW_CELLAR="/opt/homebrew/Cellar"; export HOMEBREW_REPOSITORY="/opt/homebrew"; export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"; export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
+eval $(/opt/homebrew/bin/brew shellenv)