From 43de39dfa61a3d93a2a3266c9df400a4aeedd307 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 8 May 2019 13:27:01 +0200 Subject: Added compton & friends --- .bashrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..805ba69 --- /dev/null +++ b/.bashrc @@ -0,0 +1,12 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +# If running in xterm set transparency +[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' -- cgit v1.2.3