From 8bd2a42a4441127b121c9f0587d6f626f53b530a Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 13 Feb 2020 22:04:29 -0500 Subject: [PATCH] Update fix_zsh_history --- .local/bin/fix_zsh_history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/fix_zsh_history b/.local/bin/fix_zsh_history index 68ca50a0..6381704f 100755 --- a/.local/bin/fix_zsh_history +++ b/.local/bin/fix_zsh_history @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env sh mv ~/.config/zsh/.history ~/.config/zsh/.bad_history strings ~/.config/zsh/.bad_history > ~/.config/zsh/.history