Created
February 26, 2026 20:53
-
-
Save kesk/e72fbac783f62dd6e68b6b53279fe320 to your computer and use it in GitHub Desktop.
Z Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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