Update .bashrcs.
This commit is contained in:
parent
4db0bd143a
commit
a312a4d12d
2 changed files with 8 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue