Skip to content

Releases: pascal-zarrad/psh

v2.2.1

09 Dec 19:49
282ca33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

09 Dec 19:05
ad54229
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

26 Jul 20:40
42aa2fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

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.