bashrc: diable duplicates in bash history
starship: change command return code color
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# disable duplicates in command history
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user