From 08571e66fc6d22489b00587fb5d20d1a0c8d734a Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:56:08 +0100 Subject: [PATCH] customize hishtory displayed columns --- dot_bashrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 757f7c0..e0da498 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -178,6 +178,7 @@ HISTFILE=~/.bash_history if [ -d "$HOME/.hishtory/" ]; then export PATH="$PATH:$HOME/.hishtory" source $HOME/.hishtory/config.sh + hishtory config-set displayed-columns CWD Command fi # enable history