Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Jan 20, 2024
1 parent e6bf7d5 commit 757cf33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ node_modules/
.zsh/Completion/_*
.config/nvim/.luarc.json
.tmux/plugins/*
.config/karabiner/automatic_backups/*
5 changes: 3 additions & 2 deletions .zsh/80_custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if has "rbenv"; then
eval "$(rbenv init -)"
fi

if [[ -f $HOME/.config/op/plugins.sh ]]; then
source $HOME/.config/op/plugins.sh
if [[ -f "$HOME/.config/op/plugins.sh" ]]; then
# shellcheck source=/dev/null
source "$HOME/.config/op/plugins.sh"
fi

0 comments on commit 757cf33

Please sign in to comment.