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