Skip to content

Commit

Permalink
docs: fix typo (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
devonliu02 authored Jan 9, 2023
1 parent 03bc440 commit b09dbc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ if [[ $SHELL =~ $shell_regex ]]; then
if [[ $shell_binary == "bash" ]]; then
history_file=~/.bash_history
elif [[ $shell_binary == "zsh" ]]; then
history_file=~/.bash_history
history_file=~/.zsh_history
fi
fi

Expand Down

0 comments on commit b09dbc1

Please sign in to comment.