fix cd command
This commit is contained in:
parent
7e38569682
commit
06cf545670
1 changed files with 7 additions and 7 deletions
|
@ -92,7 +92,7 @@ define-command -hidden fzf-tag %{
|
|||
}
|
||||
|
||||
define-command -hidden fzf-cd %{
|
||||
fzf "change-directoryd $1" "find \( -path '*/.svn*' -o -path '*/.git*' \) -prune -o -type d -print"
|
||||
fzf "change-directory $1" "find \( -path '*/.svn*' -o -path '*/.git*' \) -prune -o -type d -print"
|
||||
}
|
||||
|
||||
define-command -hidden fzf -params 2 %{ exec %sh{
|
||||
|
|
Loading…
Reference in a new issue