diff --git a/etc/bash.bashrc b/etc/bash.bashrc index f1bed5d..849ce2d 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -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