aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 805ba69..4e67d62 100644
--- a/.bashrc
+++ b/.bashrc
@@ -6,7 +6,8 @@
[[ $- != *i* ]] && return
# If running in xterm set transparency
-[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null
+#[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null
+#MOVED TO COMPTON CONF
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '