From 59f2a68d8db6a2e77f36525a7ec8a6f99685bcd7 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 10 Apr 2020 15:58:43 -0700 Subject: [PATCH] fixup! fixup! Fix `cd`ing home when no matching directory in `fish` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4761fd0..f9ad161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- When no match is found, `fish` no longer `cd`s to the user's home. +- `fish` no longer `cd`s to the user's home when no match is found. ## [0.3.1] - 2020-04-03