shell-profile

1.0.3 • Public • Published

shell-profile build status install size npm package version github license js semistandard style

get default shell profile path

Usage

const shellProfile = require('shell-profile');
console.log('profile: %s', shellProfile());
//=> profile: /Users/vladimyr/.zshrc

API

Table of Contents

getProfilePath

Synchronously gets default shell profile path

Examples

const profile = require('shell-profile')();
console.log('profile: %s', profile);
//=> profile: /Users/vladimyr/.zshrc

Returns Promise<String?> profile path

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    5
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i shell-profile

Weekly Downloads

7

Version

1.0.3

License

MIT

Unpacked Size

5.38 kB

Total Files

4

Last publish

Collaborators

  • vladimyr