mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(zsh): path to asdf
This commit is contained in:
@@ -11,7 +11,7 @@ if status --is-interactive
|
|||||||
end
|
end
|
||||||
|
|
||||||
# asdf Version Manager
|
# asdf Version Manager
|
||||||
source /usr/local/opt/asdf/libexec/asdf.fish
|
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
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export MANPATH="/usr/local/man:$MANPATH"
|
|||||||
export BAT_PAGER="less -R"
|
export BAT_PAGER="less -R"
|
||||||
|
|
||||||
# Asdf
|
# Asdf
|
||||||
. /usr/local/opt/asdf/libexec/asdf.sh
|
. "$(brew --prefix)/opt/asdf/libexec/asdf.sh"
|
||||||
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
||||||
|
|
||||||
# Volta
|
# Volta
|
||||||
|
|||||||
Reference in New Issue
Block a user