Fixed missing quote
parent
33cdfe03a7
commit
09cb5552db
|
|
@ -21,7 +21,7 @@ fe() {
|
||||||
fd() {
|
fd() {
|
||||||
about "cd to the selected directory"
|
about "cd to the selected directory"
|
||||||
group "fzf"
|
group "fzf"
|
||||||
param "1: Directory to browse, or . if omitted
|
param "1: Directory to browse, or . if omitted"
|
||||||
example "fd aliases"
|
example "fd aliases"
|
||||||
|
|
||||||
local dir
|
local dir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue