index
:
Utils
main
Collection of scripts and configurations.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
bashrc
4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 6146ca8..3593cc7 100644
--- a/
bashrc
+++ b/
bashrc
@@ -4,6 +4,10 @@ body() {
"$@"
}
+col() {
+ awk "{ print \$$1; }"
+}
+
safedir() {
echo "$@ $(pwd)" | md5sum | cut -b-32
}