Skip to content

Instantly share code, notes, and snippets.

@kesk
Created February 26, 2026 20:53
Show Gist options
  • Select an option

  • Save kesk/e72fbac783f62dd6e68b6b53279fe320 to your computer and use it in GitHub Desktop.

Select an option

Save kesk/e72fbac783f62dd6e68b6b53279fe320 to your computer and use it in GitHub Desktop.
Z Profile
# Path
export HISTSIZE=1000000000
export SAVEHIST=$HISTSIZE
export PATH=$HOME/.local/bin:$PATH
export PATH=$PATH:/Users/seb/.config/emacs/bin
export MANPATH=$HOME/.local/share/man:$MANPATH
# Antigravity
export PATH="/Users/seb/.antigravity/antigravity/bin:$PATH"
# Enable colors
export CLICOLOR=1
# Homebrew
eval "$(/opt/homebrew/bin/brew shellenv)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment