feat: source .bashrc.local if it exists for additional configuration
This commit is contained in:
parent
2a16b07b67
commit
a11332626f
5
.bashrc
5
.bashrc
@ -153,6 +153,11 @@ if [[ -f "${HOME}/.nix-profile/share/blesh/ble.sh" ]]; then
|
||||
bind -x '"\C-r": fzf_history_search'
|
||||
fi
|
||||
|
||||
# In case a basrc.local exists, source it
|
||||
if [ -f $HOME/.bashrc.local ]; then
|
||||
source $HOME/.bashrc.local
|
||||
fi
|
||||
|
||||
# Display a welcome message for interactive shells
|
||||
if [ -t 1 ]; then
|
||||
dotf hello
|
||||
|
Loading…
x
Reference in New Issue
Block a user