Skip to content

Commit adcfd68

Browse files
committed
shell: update profile
1 parent 8810b46 commit adcfd68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.zprofile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env zsh
22

3-
# PATH configuration - prepend to ensure priority
4-
path=(/opt/homebrew/bin $path)
5-
path=(/usr/local/bin $path)
6-
path=(/usr/local/bin/ghc $path)
7-
path+=($HOME/.cargo/bin)
8-
path+=($HOME/.opencode/bin)
9-
103
eval "$(/opt/homebrew/bin/brew shellenv)"
114

5+
path=(
6+
$HOME/.local/bin
7+
$HOME/.cargo/bin
8+
$HOME/.opencode/bin
9+
$path
10+
)
11+
1212
# eza configuration
1313
eza_params=('--git' '--icons' '--classify' '--group-directories-first' '--time-style=long-iso' '--group' '--color-scale')

0 commit comments

Comments
 (0)