summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odino/home-manager/leo/programs/zsh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odino/home-manager/leo/programs/zsh.nix b/odino/home-manager/leo/programs/zsh.nix
index c42d1a5..937e473 100644
--- a/odino/home-manager/leo/programs/zsh.nix
+++ b/odino/home-manager/leo/programs/zsh.nix
@@ -38,6 +38,10 @@
# Theme
autoload -U colors
colors
+
+ # Profile
+ source ~/.profile.cloud
+ source ~/.profile.games
'';
};
};