Skip to content

Commit 1f2909c

Browse files
committed
chore(deps): update dependencies
1 parent f3ea977 commit 1f2909c

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

Diff for: shell/bash/.bashrc

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ fi
2727

2828
# Load z
2929
source $(brew --prefix)/etc/profile.d/z.sh
30-
# Load asdf and asdf plugins
31-
source $(brew --prefix)/opt/asdf/libexec/asdf.sh
3230
# Load thefuck
3331
eval "$(thefuck --alias)"
3432

Diff for: shell/bash/completions/_asdf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source $(brew --prefix)/opt/asdf/etc/bash_completion.d/asdf.bash
1+
. <(asdf completion bash)

Diff for: shell/bash/completions/_mise

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eval "$(mise completion bash)"
1+
. <(mise completion bash)

Diff for: shell/bash/completions/_smallstep

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eval "$(step completion bash)"
1+
. <(step completion bash)

Diff for: shell/exports.sh

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ CUSTOM_PATH_LIST=(
5555
"$HOME/.composer/vendor/bin"
5656
"$HOME/.config/composer/vendor/bin"
5757
"$HOME/.rd/bin"
58+
"${ASDF_DATA_DIR:-$HOME/.asdf}/shims"
5859
)
5960

6061
for val in "${CUSTOM_PATH_LIST[@]}"; do

Diff for: shell/zsh/.zshrc

-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ source $DOTFILES_PATH/shell/init.sh
8585
source $DOTFILES_PATH/shell/zsh/key-bindings.zsh
8686
# Load z
8787
source $(brew --prefix)/etc/profile.d/z.sh
88-
# Load asdf and asdf plugins
89-
source $(brew --prefix)/opt/asdf/libexec/asdf.sh
9088
# Load powerlevel10k theme
9189
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
9290
# Load thefuck

0 commit comments

Comments
 (0)