force MIAOU_BASH_DIR in bash.bashrc

This commit is contained in:
pvincent
2026-08-27 20:56:56 +04:00
parent 81b2bfdc32
commit c74982cee4
+4
View File
@@ -155,6 +155,10 @@ function __vte_urlencode {
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if [[ ! -v MIAOU_BASH_DIR ]]; then
source /etc/profile.d/20-miaou-bash.sh
fi
HOSTNAME=$(hostname -f)
HISTCONTROL=ignoreboth
HISTSIZE=10000