From b8f72bf6ada45ab3ef3618a6562cc5409d9d4e12 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 11 Oct 2025 15:21:00 +0200 Subject: [PATCH] Remove watchman init from zshrc, I dont even use it anymore, fix sourcing of hm session --- zsh/.zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 23ad36b..2e98f26 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,6 +28,7 @@ set_custom_keybindings() { init() { [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.zshrc_local ] && source ~/.zshrc_local + [ -f ~/.nix-profile/etc/profile.d/hm-session-vars.sh ] && source ~/.nix-profile/etc/profile.d/hm-session-vars.sh eval "$(fzf --zsh)" eval "$(zoxide init --cmd cd zsh)" @@ -224,6 +225,3 @@ if [[ -n "$TMUX" ]]; then tmux rename-window "$name" } fi - -# just call watchman to jumpstart the daemon -watchman watch-list >/dev/null 2>&1