Update the .bash{rc,_profile}s for root and sysadmin.
This commit is contained in:
parent
a1c699b1c2
commit
351d41e943
4 changed files with 8 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue