aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/grep.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 18:36:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 18:36:32 +1200
commita15d2a5e54ada612f2ff25e170f6bb16a667b2c8 (patch)
tree8a30ffe8e7d85d7e2287499492a068b80c2020da /bash/bashrc.d/grep.bash
parentCleaner argument count tests in cd function (diff)
downloaddotfiles-a15d2a5e54ada612f2ff25e170f6bb16a667b2c8.tar.gz
dotfiles-a15d2a5e54ada612f2ff25e170f6bb16a667b2c8.zip
Unset helper functions for ls/grep setup
These are no longer needed after the alias has been established.
Diffstat (limited to 'bash/bashrc.d/grep.bash')
-rw-r--r--bash/bashrc.d/grep.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc.d/grep.bash b/bash/bashrc.d/grep.bash
index 7ac80518..e5a568e1 100644
--- a/bash/bashrc.d/grep.bash
+++ b/bash/bashrc.d/grep.bash
@@ -14,3 +14,6 @@ function __grepopts {
# Alias grep with those options
alias grep="grep $(__grepopts)"
+# Unset helper function
+unset __grepopts
+