sync from mac

This commit is contained in:
js0ny 2025-01-13 12:18:20 +00:00
parent 75c2379f0f
commit 80b8dfde17
7 changed files with 24 additions and 4 deletions

View file

@ -31,6 +31,9 @@ else if test -d /home/linuxbrew/.linuxbrew/bin # Linux
set -gx PATH /home/linuxbrew/.linuxbrew/bin $PATH
end
if command -v brew > /dev/null
set -gx HOMEBREW_NO_ENV_HINTS
end
# Azure CLI
if command -v az > /dev/null

View file

@ -67,3 +67,7 @@ if command -v pacman > /dev/null
abbr --add pacr "sudo pacman -R"
abbr --add pacu "sudo pacman -Syu"
end
if test "$TERM" = "xterm-ghostty" -o "$TERM" = "xterm-kitty"
abbr --add icat "kitten icat"
end