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.
- package/breadcrumb.ts +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' : '
|
|
26
|
-
export const SEP = NERD ? '\
|
|
25
|
+
export const ICON_FOLDER = NERD ? '\uF115' : '';
|
|
26
|
+
export const SEP = NERD ? '\uf054' : '/';
|
|
27
27
|
|
|
28
28
|
// ═══════════════════════════════════════════════════════════════════════════
|
|
29
29
|
// helpers
|