aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-08 21:05:58 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-08 21:05:58 +0200
commit04ef920a3e21af8e142c41ffe23771c9a736aacc (patch)
tree5335d6941c8bd35400d325a6652f6affd9cd0ff4 /.zsh.before
parent4de0903238c42b2d7cb31100106e2dda6d3af288 (diff)
downloaddotfiles-04ef920a3e21af8e142c41ffe23771c9a736aacc.tar.gz
dotfiles-04ef920a3e21af8e142c41ffe23771c9a736aacc.tar.bz2
dotfiles-04ef920a3e21af8e142c41ffe23771c9a736aacc.tar.xz
dotfiles-04ef920a3e21af8e142c41ffe23771c9a736aacc.zip
.zsh.before/functions.zsh: Removing useless functions.
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