Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Greg Wooledge Newsgroups: gnu.bash.bug Subject: Re: your mail Date: Wed, 12 Dec 2018 11:45:01 -0500 Lines: 11 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: usenet.stanford.edu 1544633139 15610 208.118.235.17 (12 Dec 2018 16:45:39 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org To: Valentin Bajrami Envelope-to: bug-bash@gnu.org Mail-Followup-To: Valentin Bajrami , bug-bash@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 139.137.100.1 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14907 On Wed, Dec 12, 2018 at 05:36:26PM +0100, Valentin Bajrami wrote: > f3d0r4:~$ cd ../Nonexistingdir > bash: cd: ../Nonexistingdir: No such file or directory > ^C > ^C > cd Desktop/ > f3d0r4:~/Desktop$ What's in your PS1 and PROMPT_COMMAND variables? Have you set a DEBUG trap? Have you set an ERR trap?