Tag: zsh

  • Why You Should Put Your Bash/Zsh Configurations in Source Control

    Why You Should Put Your Bash/Zsh Configurations in Source Control

    Note: You can see my zshconfig here. As developers, we spend a considerable amount of time fine-tuning our environments. Customizing your bash or zsh configuration can significantly enhance your productivity, whether through personalized shortcuts, workflow automation, or optimized command sequences. However, there’s always one looming concern—what happens when you get a new machine? The problem…