Update the .bash{rc,_profile}s for root and sysadmin.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-14 14:55:30 +00:00
commit 351d41e943
4 changed files with 8 additions and 6 deletions

View file

@ -44,7 +44,7 @@ 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 -ne "\e]12;#00FF00"
echo -e "\e]12;#00FF00"
for FILE in "$HOME"/.bashrc.d/*; do
[[ -x "$FILE" ]] && source "$FILE"