Merge pull request #1186 from nwinkler/fd-fcd

Renamed "fd" function to "fcd" to avoid clash with "fd" tool
pull/1184/head
Nils Winkler 2018-04-26 08:35:55 +02:00 committed by GitHub
commit daddf22b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \