aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before')
-rw-r--r--.zsh.before/functions.zsh11
1 files changed, 0 insertions, 11 deletions
diff --git a/.zsh.before/functions.zsh b/.zsh.before/functions.zsh
deleted file mode 100644
index 4b2ef1a..0000000
--- a/.zsh.before/functions.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Functions
-#
-# (f)ind by (n)ame
-# usage: fn foo
-# to find all files containing 'foo' in the name
-function fn() { ls **/*$1* }
-
-if [ -e $HOME/bin/functions.sh ]
-then
- . $HOME/bin/functions.sh
-fi