- How to Make the z Alias Work in Non-Interactive Bash Shells· 3 min read
The z alias from zoxide doesnt work in non-interactive bash shells like cron jobs or tool subshells. Heres how to fix it with BASH_ENV.
- Resolve 'ERROR System Limit for Number of File Watchers Reached' Issue· 6 min read
Fix ENOSPC file watcher limit error on Linux when running Next.js, Vite, or Jest with practical commands and checks.