Skip to content

Commit

Permalink
Don't limit history to 500 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 30, 2020
1 parent 8b71c4c commit ea66bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _sbp_set_prompt() {
fi
printf '\e]2;%s\007' "$title"
# gitstatus.plugin.sh requires an interactive shell
PS1=$(bash --noediting -noprofile --norc -i "${SBP_PATH}/src/main.bash" "$command_status" "$command_duration" "$GITSTATUS_DIR" "$GITSTATUS_DAEMON_PID" "$_GITSTATUS_REQ_FD" "$_GITSTATUS_RESP_FD")
PS1=$(HISTFILE=/dev/null bash --noediting -noprofile --norc -i "${SBP_PATH}/src/main.bash" "$command_status" "$command_duration" "$GITSTATUS_DIR" "$GITSTATUS_DAEMON_PID" "$_GITSTATUS_REQ_FD" "$_GITSTATUS_RESP_FD")
[[ -n "$SBP_DEBUG" ]] && debug::tick_timer "Done"
}

Expand Down

0 comments on commit ea66bfb

Please sign in to comment.