Cd and ls really slow in cuda-samples git repo

First time installing cachyos or arch for that matter. I have a fresh install on a 4090 from an iso i downloaded today. xfs and plasma, nvidia 555 running smoothly. When i cloned the cuda-samples respository, the terminal slows to a crawl while traversing the directories. If i cd in to the .git folder its really fast again. This is the repo: GitHub - NVIDIA/cuda-samples: Samples for CUDA Developers which demonstrates features in CUDA Toolkit. Is there something strange about this repo in particular?

Hi,

Thats due fish, since its “analyzing” the git repo for faster auto correction. You can switch to different shell, like bash or zsh.

1 Like