Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

use-impromptu

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-impromptu

Use impromptu, a better prompt.

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by700%
Maintainers
2
Weekly downloads
 
Created
Source

Use Impromptu

  1. npm install -g use-impromptu
  2. Add source impromptu to your shell's configuration file (bashrc, zshrc, etc).

This installs Impromptu dependencies and clones the my-impromptu repository into ~/.impromptu, adds a global impromptu bin script, and sets your prompt to use Impromptu.

Using Sudo

We recommend that you do not use sudo to install Use Impromptu. If you absolutely must, you'll probably need to pass the --unsafe flag, like this: npm install -g use-impromptu --unsafe

The reason for this is that NPM tries to limit the risk of running install commands with sudo by running the package's install scripts as a non-root user called nobody. Use Impromptu clones a starter prompt for you by deafult, so it needs to be able to create files in your home directory. The nobody user probably doesn't have permission to do that, so if you run the installer as a user other than your own, we need permission to act as root.

The exception to this is if you already have a prompt directory or just don't want Use Impromptu to create one for you. In that case we do not need permission to write files, and therefore do not need to act as root.

FAQs

Package last updated on 18 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc