summaryrefslogtreecommitdiff
path: root/users/seth/shell/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/zsh.nix')
-rw-r--r--users/seth/shell/zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix
index 0d98b7e..5c0bc69 100644
--- a/users/seth/shell/zsh.nix
+++ b/users/seth/shell/zsh.nix
@@ -72,6 +72,8 @@ in
zle -N clear-screen-and-scrollback
bindkey '^L' clear-screen-and-scrollback
+ ${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin
+
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
'';