From df9002c5e73c3329f59687d8879559a32c28a168 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 10 Apr 2020 15:51:23 -0700 Subject: [PATCH] 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 9aefdaa..4761fd0 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` stays in the current directory. +- When no match is found, `fish` no longer `cd`s to the user's home. ## [0.3.1] - 2020-04-03