refactor(extras): convert custom.sh from template to static copy

This commit is contained in:
2026-02-22 01:59:04 +01:00
parent 4efd64664d
commit 1216c79619

View File

@@ -1,15 +0,0 @@
# Prompt Style
if [ "$PS1" ]; then
PS1="\[\033[01;32m\][\u@\h:\l \[\033[01;34m\]\W\[\033[00m\]]\\$ "
fi
# Timestamps and instant apply
HISTTIMEFORMAT="%F %T "
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
# History Size
HISTFILESIZE=
HISTSIZE=
# Enable vi mode
set -o vi