From 877bc4f0371fb88d49fba5bc793e7f1dbe54b3e9 Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 13 Dec 2019 09:33:00 -0600 Subject: [PATCH] update installer with shell-history --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 20835c0..d9d7ddd 100755 --- a/install.sh +++ b/install.sh @@ -110,6 +110,9 @@ symlink $basedir/i3/screenshotter.sh $HOME/.i3/screenshotter.sh symlink $basedir/i3/compton.conf $HOME/.compton.conf symlink $basedir/i3/i3blocks $bindir/i3blocks +echo "Installing shell-history" +python3.6 -m pip install shellhistory + if [ -e "$postinst" ]; then echo "Running post install..." source "$postinst"