Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@molovo molovo released this 17 Nov 12:47
· 17 commits to master since this release

Features

Adds a new --bare option to Zulu init (#98)

This launches Zulu without loading any packages, aliases, functions or variables. This is useful when debugging issues on behalf of users, to rule out any environment-specific issues.

Adds support for global aliases (#99)

Running zulu alias add -g G ' | grep ' will now add G as a global alias. These can be removed as before with zulu alias rm 'G'.

IMPORTANT: Global aliases must be quoted when deleting, otherwise the contents of the aliases will be substituted into the command.

Enhancements

  • zulu update now prints the names of packages which have been added/updated (#106)

Bugfixes

  • Running zulu theme without arguments now prints the current theme (#103)
  • Errors when switching between master and next are now handled and reported (#100)
  • Fixes a rare parse error on install (#105, thanks @AdrieanKhisbe)
  • Fixes an issue where package name was occasionally used in place of repository when installing a package as a dependency (#107)

Todo