diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-01 03:35:35 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-01 03:35:35 +0200 |
commit | a0966bfdac80995661802e2e6c7baaf84a80cb90 (patch) | |
tree | 5f5ff6c863635d1c8a1c3083f4718ccc3d0ebf6c | |
parent | 7962850c82033e4d08a9dcdb161a58dc1544e9eb (diff) | |
download | nixos-configuration-feature-home-manager.tar.gz nixos-configuration-feature-home-manager.tar.bz2 nixos-configuration-feature-home-manager.zip |
chore: correct indents in script filefeature-home-manager
-rw-r--r-- | home-manager/stvnliu/scripts/git-check.script.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/stvnliu/scripts/git-check.script.nix b/home-manager/stvnliu/scripts/git-check.script.nix index fa1d3c3..209fa7b 100644 --- a/home-manager/stvnliu/scripts/git-check.script.nix +++ b/home-manager/stvnliu/scripts/git-check.script.nix @@ -7,8 +7,8 @@ # used because I am too lazy in pkgs.writeShellScriptBin "git-check" '' - #!${pkgs.bash}/bin/bash - cd_err() { + #!${pkgs.bash}/bin/bash + cd_err() { echo "change-directory occurred error. interrupting..." } git_check() { |