aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh')
-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) &&