UNPKG

zsh-theme-setter

Version:
7 lines (5 loc) 145 B
import { userInfo } from "os"; export function getZshrcPath(): string { const USER = userInfo().username; return `/Users/${USER}/.zshrc`; }