Skip to content

Commit 1fc5e74

Browse files
committed
feat: tweak path for M series mac env
1 parent 03d9354 commit 1fc5e74

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.config/fish/config.fish

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if command -q /opt/homebrew/bin/brew
2+
eval $(/opt/homebrew/bin/brew shellenv)
3+
end
4+
15
# ==============================================================================
26
# Fish shell config
37
# ==============================================================================
@@ -16,8 +20,8 @@ set -Ux VISUAL nvim
1620
# Alias
1721
# ==============================================================================
1822

19-
alias la "exa --all --icons"
20-
alias ll "exa --all --icons --long --header"
23+
alias la "eza --all --icons"
24+
alias ll "eza --all --icons --long --header"
2125

2226
# ==============================================================================
2327
# Path

.config/ghostty/config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
command = /usr/local/bin/fish
2-
31
shell-integration = fish
42

53
theme = tokyonight

.config/git/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[ghq]
1515
root = ~/Sources
1616
[gpg]
17-
program = /usr/local/bin/gpg
17+
program = /opt/homebrew/bin/gpg
1818
[commit]
1919
gpgsign = true
2020
[filter "lfs"]

0 commit comments

Comments
 (0)