1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-08-18 14:54:44 +02:00
parent 7b2a024010
commit 6375d98a74
53 changed files with 112 additions and 852 deletions

View file

@ -1,5 +1,5 @@
{
programs.bash. interactiveShellInit = ''
programs.bash.interactiveShellInit = ''
shopt -s autocd globstar failglob extglob checkwinsize
'';
}