Skip to content

Commit

Permalink
load inirc from dotfiles-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Oct 1, 2023
1 parent 7bdaee6 commit 5fb4933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash/.initrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ elif [ -f "/usr/share/google-cloud-sdk/completion.$_SHL.inc" ]; then
elif [ -f "/usr/lib/google-cloud-sdk/completion.$_SHL.inc" ]; then
source "/usr/lib/google-cloud-sdk/completion.$_SHL.inc"
fi

if [ -f "$HOME/.dotfiles-ext/bash/.initrc" ]; then source "$HOME/.dotfiles-ext/bash/.initrc"; fi

0 comments on commit 5fb4933

Please sign in to comment.