lib/history: Removed redundant shopt command (histappend) (#426)

This commit is contained in:
Marc Richter
2023-04-04 13:14:44 +02:00
committed by GitHub
parent 78da2ce84d
commit 0fd6cab041

View File

@@ -1,5 +1,4 @@
#! bash oh-my-bash.module
shopt -s histappend # append to bash_history if Terminal.app quits
## Command history configuration
if [ -z "$HISTFILE" ]; then