home/bash: set a few shell options
This commit is contained in:
parent
0580da2dca
commit
ec670da983
@ -7,5 +7,10 @@
|
||||
bashrcExtra = ''
|
||||
source "${config.xdg.configHome}/mutable_env.sh"
|
||||
'';
|
||||
shellOptions = [
|
||||
"histappend"
|
||||
"checkwinsize"
|
||||
"checkjobs"
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user