Update .bashrcs.

This commit is contained in:
Darren 'Tadgy' Austin 2025-10-29 17:04:49 +00:00
commit a312a4d12d
2 changed files with 8 additions and 4 deletions

View file

@ -43,8 +43,10 @@ hash ps grep >/dev/null 2>&1 && psgrep() {
hash ls >/dev/null 2>&1 && alias ls='ls -Fv --color=always'
hash nc >/dev/null 2>&1 && alias pastebin='nc termbin.com 9999'
echo -ne "\e[2q"
echo -e "\e]12;#00FF00"
[[ -z "$SSH_TTY" ]] && {
echo -ne "\e[2q"
echo -e "\e]12;#00FF00"
}
for FILE in "$HOME"/.bashrc.d/*; do
[[ -x "$FILE" ]] && source "$FILE"