Skip to content

Releases: pascal-zarrad/psh

v2.0.0

26 Mar 19:51
e6beae4
Compare
Choose a tag to compare

ATTENTION:

This is a major release and many things have changed.
Because of this, there might be some leftover issues.
I highly suggest to first test the installation (and new configuration in general) on a system
where breaking something won't affect day to day work (e. g. virtual machine).

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

02 Feb 18:57
f168ee5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Oct 15:00
0852a3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...v1.2.0

Release v1.1.0

13 Mar 16:29
c9a853a
Compare
Choose a tag to compare

Changes:

  • Change the copydir to the new copypath plugin
  • Update copyright notices

Full Changelog: 1.0.3...1.1.0

Change theme

09 Mar 23:07
f6e8fdd
Compare
Choose a tag to compare

Enhancements:

  • PSH is now using the "bira" theme by default. This is way more compatible with custom color schemes for your terminal application (Windows Terminal, Terminator, etc...).

Fix WSL GPG bug

06 Mar 23:35
4ba391a
Compare
Choose a tag to compare

PSH has reached version 1.0.2.

This release includes:

  • A fix for the wsl-gpg plugin that solves an unsecaped $ in the fix for GPG. Without this escaped $, the path of tty is statically written into the .zshrc instead of the variable $(tty).

Add WSL PGP support

19 Feb 22:20
c84a915
Compare
Choose a tag to compare

PSH has reached version 1.0.1.

This release includes:

  • A new plugin that adds export GPG_TTY=$(tty) to the .zshrc (only) on WSL for out of the box GPG support on WSL.

Initial release

24 Nov 01:38
Compare
Choose a tag to compare

All core features that were targeted are now implemented in psh!
This is officially the first releasy ready version that includes:

  • An outstanding zsh configuration
  • Easy adjustments using templates
  • Complex adjustments using templates
  • The posibilitty of a completly unattended installation (for example in a linux-based computer initialization script)

🥇 Feel free to report issues or contribute to psh!