no more yarn?

This commit is contained in:
Anthony Cicchetti 2023-06-01 13:17:09 -04:00
parent f54d25eb72
commit aaa48fe899
3 changed files with 6 additions and 12 deletions

6
flake.lock generated
View file

@ -8,11 +8,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1685521914, "lastModified": 1685614570,
"narHash": "sha256-0fdFP5IASLwJ0PSXrErW8PZon9TVYmi8VRF8OtjGkV4=", "narHash": "sha256-6q3kIPrzGXxsNLNp/VRFp1s5p1dUoL4VNgDyR8+v+gI=",
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "e206d8f2e3e8d6aa943656052f15bdfea8146b8d", "rev": "ad13f084f80128a68220ebdb15156cd67a5a8cb7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -82,11 +82,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685573046, "lastModified": 1685573051,
"narHash": "sha256-IktTf92Fl1yU8qI2s0MRx3//k6NDmFuqZrGHKJV8i4M=", "narHash": "sha256-zrpbdQVJFpNVFK3SlA6mE0le8qnKjUjcuY4OzL+wSHw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "96078e4a939b5e5fec1cfd83a11b3df7146a58ff", "rev": "3876cc613ac3983078964ffb5a0c01d00028139e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -170,12 +170,6 @@ if [[ "${CTRL_R_PICKER}" == "atuin" ]]; then
znap eval atuin 'atuin init zsh' znap eval atuin 'atuin init zsh'
fi fi
if (_command-exists yarn); then
echo "found yarn: $(command -v yarn)"
path+=($(yarn global bin))
export PATH
fi
if (_command-exists direnv); then if (_command-exists direnv); then
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
fi fi