Renamed "fd" function to "fcd" to avoid clash with "fd" tool

pull/1186/head
Nils Winkler 2017-12-13 10:32:47 +01:00
parent c053c65a9f
commit 846f730a9e
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ fe() {
[[ -n "$files" ]] && ${EDITOR:-vim} "${files[@]}"
}
fd() {
fcd() {
about "cd to the selected directory"
group "fzf"
param "1: Directory to browse, or . if omitted"
example "fd aliases"
example "fcd aliases"
local dir
dir=$(find ${1:-.} -path '*/\.*' -prune \