aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish/.config/fish/config.fish2
-rw-r--r--xorg/.Xresources2
2 files changed, 4 insertions, 0 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index 890af25..fef23fd 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -3,6 +3,8 @@ umask 0077
set EDITOR vim
set PATH $PATH /usr/local/texlive/2014/bin/x86_64-linux
+set fish_greeting ""
+
alias ccat='pygmentize -f console256 -g'
alias csi='csi -q'
diff --git a/xorg/.Xresources b/xorg/.Xresources
index 92fe724..cb5d04a 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -1,7 +1,9 @@
URxvt.background: #000000
URxvt.foreground: #d9d9d9
URxvt.scrollBar: false
+URxvt.depth: 32
URxvt.transparent: false
+URxvt.fading: 10
URxvt.font: xft:Droid Sans Mono:size=8
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.saveLines: 10000