elementary / os-patches

Patched packages for elementary OS and the tools that keep them up-to-date
GNU General Public License v3.0
18 stars 11 forks source link

Rebase bash_preexec to upstream 0.5.0 release #295

Closed ryonakano closed 3 months ago

ryonakano commented 3 months ago

Fixes #85

Rebased bash_preexec on https://github.com/rcaloras/bash-preexec/commit/da64ad4b7bb965d19dbeb5bb7447f1a63e3de2e3, while preserving the copyright header.

Tests

ryo@b760m:~/work/tmp/os-patches$ git rev-parse HEAD
ebf9032f2713876248c784e124329562c96a23ad
ryo@b760m:~/work/tmp/os-patches$ sudo cp ~/work/tmp/os-patches/debian/etc.bash_preexec /etc/bash_preexec
ryo@b760m:~/work/tmp/os-patches$ exec bash
ryo@b760m:~/work/tmp/os-patches$ cd ~/Downloads/
ryo@b760m:~/Downloads$ cd $_
ryo@b760m:~/Downloads$ 
exit