Skip to content

Commit

Permalink
fix(rc): order custom scripts and evaluate brew shellenv
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Dec 7, 2024
1 parent 80e317d commit 5292430
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/profile.zsh → custom/00-profile.zsh
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
#!/usr/bin/env zsh

eval "$(/opt/homebrew/bin/brew shellenv)"

# Homebrew completions
fpath+=~/.zfunc
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH

autoload -Uz compinit
compinit


fi

# atuin init
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5292430

Please sign in to comment.