Add homebrew to env path variable on MacOS
This commit is contained in:
parent
ffc46fbbe4
commit
ff6c4bebd1
@ -12,6 +12,11 @@ source "$XDG_CONFIG_HOME/aliases"
|
|||||||
# settings
|
# settings
|
||||||
#fish_vi_key_bindings # enable vi mode
|
#fish_vi_key_bindings # enable vi mode
|
||||||
|
|
||||||
|
# MacOS specific config
|
||||||
|
if [ (uname) = "Darwin" ] && status is-interactive;
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
end
|
||||||
|
|
||||||
# If running from tty1 start sway
|
# If running from tty1 start sway
|
||||||
if test (tty) = "/dev/tty1"
|
if test (tty) = "/dev/tty1"
|
||||||
sway-run
|
sway-run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user