From: Mart Lubbers Date: Tue, 24 Feb 2015 08:58:14 +0000 (+0100) Subject: removed matlab from path and minimalized the gv gui X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=c4bbe0e636c19e871d17ef3f3bc824da709f4ebd;p=dotfiles.git removed matlab from path and minimalized the gv gui --- diff --git a/.Xresources b/.Xresources index c318843..46a807d 100644 --- a/.Xresources +++ b/.Xresources @@ -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 --- 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'