Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zsh

  1. RazorBackXX

    Understanding Folder Size Differences Between rsync Zsh & Finder on macOS

    Hey My Friends, I’m working on a Zsh-based script in the macOS terminal, and I’ve hit a roadblock while trying to obtain precise file sizes for folders. I’m seeing discrepancies between the size reported in Finder and the size calculated via terminal commands, and this is critical for my app...
  2. Oz.

    Terminal prompt colors changes when changing background color

    I set my own prompt colors but are not accurate, somehow the terminal background color influences this. It is possible to stop it? Thanks
  3. outcoldman

    ShellHistory a new application that helps you to backup, synchronize and organize your shell history (50% off during launch)

    I am excited to show my new application, ShellHistory. I can say that I started working on it four years ago when I published my little shell script dbhist. That script was convenient. It kept shell history from many macs for the last years (close to 100,000 records). But it was a time for an...
  4. B

    macOS Automatic loading of .zshrc inside a zsh script

    Hi, In Mojave I ran simple bash scripts by just writing them in text and saving as script.sh and then running from terminal. In principle the same scripts do work in zsh in Catalina. But now in Catalina the same scripts often cause errors by not loading dyld libraries. I can fix the error by...