diff --git a/shell/env b/shell/env index 78998fb..292dfe8 100644 --- a/shell/env +++ b/shell/env @@ -42,7 +42,7 @@ fi # Enable shell-history for interactive shells # https://github.com/pawamoy/shell-history -if [[ $- == *i* ]] && command -v shellhistory-location &>/dev/null; then - . $(shellhistory-location) - shellhistory enable -fi +#if [[ $- == *i* ]] && command -v shellhistory-location &>/dev/null; then +# . $(shellhistory-location) +# shellhistory enable +#fi