bash: remove unnecessary shebang and executable bit for dotfiles (#2599)
This commit is contained in:
parent
89bdef7994
commit
c2f151258a
3 changed files with 13 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ with lib;
|
|||
assertFileContent \
|
||||
home-files/.bash_logout \
|
||||
${
|
||||
pkgs.writeShellScript "logout-expected" ''
|
||||
builtins.toFile "logout-expected" ''
|
||||
clear-console
|
||||
''
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ with lib;
|
|||
assertFileContent \
|
||||
home-files/.profile \
|
||||
${
|
||||
pkgs.writeShellScript "session-variables-expected" ''
|
||||
builtins.toFile "session-variables-expected" ''
|
||||
. "/home/hm-user/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
||||
|
||||
export V1="v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue