From aaa48fe899ce9ccee013704f71ab2536e606b82d Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 1 Jun 2023 13:17:09 -0400 Subject: [PATCH] no more yarn? --- flake.lock | 6 +++--- nix/home-manager/flake.lock | 6 +++--- zsh/zshrc | 6 ------ 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 6641480..e7036d6 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1685521914, - "narHash": "sha256-0fdFP5IASLwJ0PSXrErW8PZon9TVYmi8VRF8OtjGkV4=", + "lastModified": 1685614570, + "narHash": "sha256-6q3kIPrzGXxsNLNp/VRFp1s5p1dUoL4VNgDyR8+v+gI=", "owner": "cachix", "repo": "devenv", - "rev": "e206d8f2e3e8d6aa943656052f15bdfea8146b8d", + "rev": "ad13f084f80128a68220ebdb15156cd67a5a8cb7", "type": "github" }, "original": { diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 0f2fbc8..f439a5c 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1685573046, - "narHash": "sha256-IktTf92Fl1yU8qI2s0MRx3//k6NDmFuqZrGHKJV8i4M=", + "lastModified": 1685573051, + "narHash": "sha256-zrpbdQVJFpNVFK3SlA6mE0le8qnKjUjcuY4OzL+wSHw=", "owner": "nix-community", "repo": "home-manager", - "rev": "96078e4a939b5e5fec1cfd83a11b3df7146a58ff", + "rev": "3876cc613ac3983078964ffb5a0c01d00028139e", "type": "github" }, "original": { diff --git a/zsh/zshrc b/zsh/zshrc index e1a2f04..951c669 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -170,12 +170,6 @@ if [[ "${CTRL_R_PICKER}" == "atuin" ]]; then znap eval atuin 'atuin init zsh' fi -if (_command-exists yarn); then - echo "found yarn: $(command -v yarn)" - path+=($(yarn global bin)) - export PATH -fi - if (_command-exists direnv); then eval "$(direnv hook zsh)" fi