aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-16 08:48:07 +0800
committerGuangxiong Lin <[email protected]>2023-11-16 08:48:07 +0800
commit6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49 (patch)
treed23c2587600722b7586eb6045d15bd1c873ee856 /.bashrc
parente6bc9a8fdfe4e49ce96fa31552954a116cb8c07b (diff)
downloaddotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.gz
dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.bz2
dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.zip
Update gtags config
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 999df4e..a37d60f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -14,6 +14,7 @@ PS1='[\u@\h \W]\$ '
source "$HOME/.aliases"
source "$HOME/.fzfrc"
+[ -r "$HOME/.bash_local" ] && source "$HOME/.bash_local"
if command -v fish > /dev/null; then
__FISH_IS_ACTIVE=${__FISH_IS_ACTIVE:-0}