diff options
author | Alan Pearce | 2016-10-31 10:56:22 +0100 |
---|---|---|
committer | Alan Pearce | 2016-10-31 10:56:22 +0100 |
commit | 13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28 (patch) | |
tree | a4e26e23e7238b5f003f2286e685d0aea1b51557 /host-ap-spotcap.local | |
parent | 999b7ac844c980b46044d4e0c188e1a3bf76bc2e (diff) | |
download | nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.lz nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.tar.zst nixfiles-13c81a22ce6e9e206d47feb618e9ad5c9ac0ce28.zip |
Reindent all the things
Diffstat (limited to 'host-ap-spotcap.local')
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local index f6881be2..55a6031d 100644 --- a/host-ap-spotcap.local/config/zsh/zshenv.local +++ b/host-ap-spotcap.local/config/zsh/zshenv.local @@ -1,5 +1,5 @@ # -*- mode: sh; -*- if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] then - . $HOME/.nix-profile/etc/profile.d/nix.sh; + . $HOME/.nix-profile/etc/profile.d/nix.sh; fi |