From 31c5785c37c5f199c87ab83a6b9620d2c981a731 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 25 Apr 2021 21:58:04 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index e5867fff..5c0d9582 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -17,3 +17,4 @@ fi ps aux |grep tmux &>/dev/null && return ps aux |grep ice.bin &>/dev/null && return cd $CTX_ROOT && source etc/miss.sh +[ -f ~/.bash_local ] && source ~/.bash_local