From 6e5581b1df4280746202b20ff2544833ae7b2ec9 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Fri, 8 Apr 2022 11:18:27 +0800 Subject: [PATCH] bash: remove mount and python from histignore --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3c89fa8..7e41990 100644 --- a/.bashrc +++ b/.bashrc @@ -25,7 +25,7 @@ HISTFILE="$XDG_CACHE_HOME/bash_history" HISTCONTROL=ignoreboth HISTSIZE=2048 HISTFILESIZE=2048 -HISTIGNORE="history:exit:top:ls:clear:mount:python" +HISTIGNORE="history:exit:top:ls:clear" # aliases if [ "${OSTYPE%%-*}" = "linux" ] || [ "$OSTYPE" = "msys" ];then -- 2.43.0