summaryrefslogtreecommitdiff
path: root/users/seth/programs/zsh.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-01 21:04:16 -0400
committerseth <[email protected]>2024-11-02 02:27:57 -0400
commit3764dde2ecbfdade19ca140b3e0bdf99ee755aaa (patch)
tree7975798bbb1fb2703eb0fe5db57092f59aa79cd3 /users/seth/programs/zsh.nix
parentcd83178489bdc1990d071b1f9b1a9e35c1a2faac (diff)
seth: stop using nix-your-shell
`nix develop` is a lot better with bash
Diffstat (limited to 'users/seth/programs/zsh.nix')
-rw-r--r--users/seth/programs/zsh.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/seth/programs/zsh.nix b/users/seth/programs/zsh.nix
index f4c30bd..7a7f935 100644
--- a/users/seth/programs/zsh.nix
+++ b/users/seth/programs/zsh.nix
@@ -72,8 +72,6 @@ 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
'';