You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trash utility installed by Homebrew has a problem deleting broken symlinks, resulting in need to manually append /bin/ to rm -rf broken_symlink, which is aliased to trash. Workaround necessary until ali-rantakari/trash issue 22 gets resolved.
The trash utility installed by Homebrew has a problem deleting broken symlinks, resulting in need to manually append
/bin/torm -rf broken_symlink, which is aliased totrash. Workaround necessary until ali-rantakari/trash issue 22 gets resolved.