File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- command = /usr/local/bin/fish
2-
31shell-integration = fish
42
53theme = tokyonight
Original file line number Diff line number Diff line change 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"]
You can’t perform that action at this time.
0 commit comments