repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd94fb
)
removed matlab from path and minimalized the gv gui
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 24 Feb 2015 08:58:14 +0000
(09:58 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 24 Feb 2015 08:58:14 +0000
(09:58 +0100)
.Xresources
patch
|
blob
|
history
.bashrc
patch
|
blob
|
history
diff --git
a/.Xresources
b/.Xresources
index
c318843
..
46a807d
100644
(file)
--- 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
(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'