Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Feb 17, 2025
1 parent f3ea977 commit 1f2909c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions shell/bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ fi

# Load z
source $(brew --prefix)/etc/profile.d/z.sh
# Load asdf and asdf plugins
source $(brew --prefix)/opt/asdf/libexec/asdf.sh
# Load thefuck
eval "$(thefuck --alias)"

Expand Down
2 changes: 1 addition & 1 deletion shell/bash/completions/_asdf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
source $(brew --prefix)/opt/asdf/etc/bash_completion.d/asdf.bash
. <(asdf completion bash)
2 changes: 1 addition & 1 deletion shell/bash/completions/_mise
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eval "$(mise completion bash)"
. <(mise completion bash)
2 changes: 1 addition & 1 deletion shell/bash/completions/_smallstep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eval "$(step completion bash)"
. <(step completion bash)
1 change: 1 addition & 0 deletions shell/exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ CUSTOM_PATH_LIST=(
"$HOME/.composer/vendor/bin"
"$HOME/.config/composer/vendor/bin"
"$HOME/.rd/bin"
"${ASDF_DATA_DIR:-$HOME/.asdf}/shims"
)

for val in "${CUSTOM_PATH_LIST[@]}"; do
Expand Down
2 changes: 0 additions & 2 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ source $DOTFILES_PATH/shell/init.sh
source $DOTFILES_PATH/shell/zsh/key-bindings.zsh
# Load z
source $(brew --prefix)/etc/profile.d/z.sh
# Load asdf and asdf plugins
source $(brew --prefix)/opt/asdf/libexec/asdf.sh
# Load powerlevel10k theme
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Load thefuck
Expand Down

0 comments on commit 1f2909c

Please sign in to comment.