git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbeca3
)
New valgrind options.
author
Iain Patterson
<me@iain.cx>
Thu, 8 Nov 2007 09:42:34 +0000
(09:42 +0000)
committer
Iain Patterson
<me@iain.cx>
Thu, 8 Nov 2007 09:42:34 +0000
(09:42 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@82
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/aliases.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/aliases.bashrc
b/.profile.d/aliases.bashrc
index
56aad46
..
c858a7a
100644
(file)
--- a/
.profile.d/aliases.bashrc
+++ b/
.profile.d/aliases.bashrc
@@
-5,5
+5,5
@@
alias l='ls'
alias ls='/bin/ls $LS_OPTIONS'
alias vim='vim +syn\ on'
alias vi='vim'
-alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose'
+alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose
--time-stamp=yes --track-fds=yes
'
alias svnfind='find . -type f ! -path "*/.svn/*"'