Browse Source

force MIAOU_BASH_DIR in bash.bashrc

main
pvincent 1 week ago
parent
commit
c74982cee4
  1. 4
      etc/bash.bashrc

4
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

Loading…
Cancel
Save