diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]\$ ' |