diff --git a/modules/cli.nix b/modules/cli.nix index 9425f9a..16e22ca 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -43,8 +43,8 @@ "--layout=reverse" "--marker=✓" "--no-separator" - "--pointer=›" - "--prompt=› " + "--pointer=•" + "--prompt=" ]; fileWidget.command = "fd --hidden --exclude .git ."; };