|
|
@ -155,6 +155,10 @@ function __vte_urlencode { |
|
|
# If not running interactively, don't do anything |
|
|
# If not running interactively, don't do anything |
|
|
[[ $- != *i* ]] && return |
|
|
[[ $- != *i* ]] && return |
|
|
|
|
|
|
|
|
|
|
|
if [[ ! -v MIAOU_BASH_DIR ]]; then |
|
|
|
|
|
source /etc/profile.d/20-miaou-bash.sh |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
HOSTNAME=$(hostname -f) |
|
|
HOSTNAME=$(hostname -f) |
|
|
HISTCONTROL=ignoreboth |
|
|
HISTCONTROL=ignoreboth |
|
|
HISTSIZE=10000 |
|
|
HISTSIZE=10000 |
|
|
|