Skip to content

Commit

Permalink
Removing custom HISTFILE configuration which is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Dec 8, 2019
1 parent 8153b52 commit 6e0e06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ static const char* INSTALL_ZSH_STRING=
"\n# HSTR configuration - add this to ~/.zshrc"
"\nalias hh=hstr # hh to be alias for hstr"
"\nsetopt histignorespace # skip cmds w/ leading space from history"
"\nexport HISTFILE=~/.zsh_history # ensure history file visibility"
// HISTFILE should not be needed - HSTR must work on blank environment as well
// "\nexport HISTFILE=~/.zsh_history # ensure history file visibility"
"\nexport HSTR_CONFIG=hicolor # get more colors"
#if defined(__MS_WSL__)
// TODO binding to be rewritten for zsh@WSL as it's done for bash - hstr_winwsl() like function to be implemented to make it work on WSL
Expand Down

0 comments on commit 6e0e06a

Please sign in to comment.