summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 899add9)
raw | patch | inline | side by side (parent: 899add9)
author | Ian Kelling <ian@iankelling.org> | |
Fri, 25 Apr 2014 19:47:37 +0000 (12:47 -0700) | ||
committer | Ian Kelling <ian@iankelling.org> | |
Thu, 4 May 2017 23:40:14 +0000 (16:40 -0700) |
.bashrc | patch | blob | history |
index 99c311cbda9c45c78e2aba30735711ecc9005894..263e6aabb59fbf7004f7d544baf4f310a51adfcc 100644 (file)
--- a/.bashrc
+++ b/.bashrc
}
-grp() {
- command grep --binary-files=without-match --color=auto "$@"
-}
gr() {
- grep -i -r "$@"
+ grep -i --binary-files=without-match --color=auto "$@"
}
-
+gr() {
+ gr -r "$@"
+}
find "${pathArray[@]}" -iname "*$1*"
}
-pstree() {
- ps -ejH "$@"
-}
-
-
pwd() { # do pwd + some other info.
echo "$(ll -d "$PWD") $USER@$HOSTNAME $(date +%r)"
perm_fix ${HISTFILE}_archive
history -c
history -r
- history
}
# run hl when bash exits normally
trap hl EXIT