mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix: problems with missing paths to homebrew
This commit is contained in:
@@ -10,9 +10,6 @@ if status --is-interactive
|
|||||||
source "$BASE16_SHELL/profile_helper.fish"
|
source "$BASE16_SHELL/profile_helper.fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
# asdf Version Manager
|
|
||||||
source "$(brew --prefix)/opt/asdf/libexec/asdf.fish"
|
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||||
|
|
||||||
@@ -23,6 +20,7 @@ set -gx PATH "$VOLTA_HOME/bin" $PATH
|
|||||||
# Neovim as default editor
|
# Neovim as default editor
|
||||||
set -U EDITOR nvim
|
set -U EDITOR nvim
|
||||||
|
|
||||||
|
set PATH /opt/homebrew/bin $PATH
|
||||||
set PATH ~/.dotfiles/bin $PATH
|
set PATH ~/.dotfiles/bin $PATH
|
||||||
set PATH ~/.dotfiles/private/bin $PATH
|
set PATH ~/.dotfiles/private/bin $PATH
|
||||||
|
|
||||||
@@ -34,6 +32,9 @@ set --export RIPGREP_CONFIG_PATH $HOME/.ripgreprc
|
|||||||
set --export GIT_EDITOR nvim
|
set --export GIT_EDITOR nvim
|
||||||
set --export EDITOR nvim
|
set --export EDITOR nvim
|
||||||
|
|
||||||
|
# asdf Version Manager
|
||||||
|
source (brew --prefix)/opt/asdf/libexec/asdf.fish
|
||||||
|
|
||||||
# FZF
|
# FZF
|
||||||
set FD_OPTIONS "--follow --exclude .git --exclude node_modules"
|
set FD_OPTIONS "--follow --exclude .git --exclude node_modules"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user