Remove window opacity

This commit is contained in:
cool-mist
2025-08-03 13:34:32 +05:30
parent 59cf0822aa
commit 5c43b86914
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ if ${use_color} ; then
PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi
alias grep='grep --colour=auto'
alias grep='grep --colour=auto'
alias ls='ls --color=auto'
else
# show root@ when we don't have colors