removed matlab from path and minimalized the gv gui
authorMart Lubbers <mart@martlubbers.net>
Tue, 24 Feb 2015 08:58:14 +0000 (09:58 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 24 Feb 2015 08:58:14 +0000 (09:58 +0100)
.Xresources
.bashrc

index c318843..46a807d 100644 (file)
@@ -48,7 +48,9 @@ URxvt.keysym.C-Left: perl:font-size:reset
 
 x11-ssh-askpass*font: xft:DejaVu Sans Mono:style=Book:pixelsize=12
 x11-ssh-askpass*borderWidth: 0
+x11-ssh-askpass*minimumCount: 3
+x11-ssh-askpass*maximumCount: 4
 
 gv.watchFile: 1
 gv.saveposFilename: ~/.cache/gv.savepos
-gv.style: gv_spartan.dat
+gv.style: gv_widgetless.dat
diff --git a/.bashrc b/.bashrc
index 4e24d39..c4f4ed2 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -17,8 +17,7 @@ export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass
 export PATH=\
 $PATH:\
 /usr/local/texlive/2014/bin/x86_64-linux:\
-/opt/clean/bin:\
-/opt/MATLAB/2014b/bin
+/opt/clean/bin
 
 
 alias ls='ls --color=auto'