mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/history: Removed redundant shopt command (histappend) (#426)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user