aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-20 17:28:24 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-20 17:28:24 +0000
commit69d9281ef2fb8833f3d57f6a3203ee1fc264e582 (patch)
treef464cee63cbd32de0e0a40da4fa023853f45753a
parent733cf4cd3386bc709412ffe3d36cc3ddbc30c9b8 (diff)
downloaddotfiles-69d9281ef2fb8833f3d57f6a3203ee1fc264e582.tar.gz
dotfiles-69d9281ef2fb8833f3d57f6a3203ee1fc264e582.zip
Rename function
-rw-r--r--zsh/.zsh/function.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh
index 53b3434..0404c0b 100644
--- a/zsh/.zsh/function.zsh
+++ b/zsh/.zsh/function.zsh
@@ -12,7 +12,7 @@ alias em='emacsclient -nw -a ""'
#alias pdftex='/usr/bin/pdftex'
# fd - cd to selected directory
-fd() {
+fdd() {
local dir
dir=$(find ${1:-.} -path '*/\.*' -prune \
-o -type d -print 2> /dev/null | fzf +m) &&