aboutsummaryrefslogtreecommitdiff
path: root/users/tdback/modules/shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tdback/modules/shell/default.nix')
-rw-r--r--users/tdback/modules/shell/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix
index 1150cf3..3237cda 100644
--- a/users/tdback/modules/shell/default.nix
+++ b/users/tdback/modules/shell/default.nix
@@ -10,7 +10,10 @@
bash = {
enable = true;
historyFile = "~/.bash_history";
- historyControl = [ "ignoredups" "ignorespace" ];
+ historyControl = [
+ "ignoredups"
+ "ignorespace"
+ ];
shellOptions = [ "histappend" ];
initExtra = ''
PS1="