pi-powerline 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/breadcrumb.ts +2 -2
  2. package/package.json +1 -1
package/breadcrumb.ts CHANGED
@@ -22,8 +22,8 @@ export function hasNerdFonts(): boolean {
22
22
  const NERD = hasNerdFonts();
23
23
 
24
24
  export const ICON_MODEL = NERD ? '\uF4BC' : '';
25
- export const ICON_FOLDER = NERD ? '\uF115' : 'dir';
26
- export const SEP = NERD ? '\uE0B1' : '|';
25
+ export const ICON_FOLDER = NERD ? '\uF115' : '';
26
+ export const SEP = NERD ? '\uf054' : '/';
27
27
 
28
28
  // ═══════════════════════════════════════════════════════════════════════════
29
29
  // helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-powerline",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Powerline-style UI extensions for pi coding agent (custom editor, breadcrumb, footer, header)",
5
5
  "type": "module",
6
6
  "files": [