Pimp my Shell
GitHub
  • Pimp My Shell
  • Features
  • Requirements
  • Installation
    • Uninstall PMS
  • Environment Variables
  • Upgrade PMS
  • PMS Manager
  • Plugins
    • cd
    • composer
    • git
    • phpbrew
    • vim
  • Themes
    • default
Powered by GitBook
On this page
  • Environment Variables
  • Aliases
  • See Also
Edit on GitHub
  1. Plugins

composer

PreviouscdNextgit

Last updated 7 months ago

Adds a few aliases for working with composer and will keep composer up-to-date with the latest releases.

Environment Variables

Variable
Default
Notes

PMS_COMPOSER_AUTOUPDATE

0

Setting this to 1 upgrade composer to the lastest when PMS is upgraded. To disable this feature, set this to 0

Aliases

Alias
Command
Notes

c

composer

cup

composer update

See Also

Plugin Source Code