ignore dupes and leading spaces in bash history
This commit is contained in:
parent
937bf0572e
commit
e92cf8f9cd
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ in {
|
||||||
BAT_THEME = "ansi";
|
BAT_THEME = "ansi";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
STARSHIP_CONFIG = "/etc/starship.toml";
|
STARSHIP_CONFIG = "/etc/starship.toml";
|
||||||
|
HISTCONTROL = "ignoreboth";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue