this post was submitted on 08 Sep 2023
637 points (89.2% liked)
linuxmemes
20880 readers
3 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Considering they often have the same shell, this is pretty funny
I copied my .zshrc from my Linux laptop to my work Mac, and yep, it all feels the same. A few minor differences (
ls
on Linux will allow arguments after the files, on Mac it won't) and a few things to learn (I never really usedopen
on Linux, but it's essential on Mac), and the clipboard interface is different (xclip
vs.pbcopy
but that doesn't really count, since it's a GUI thing).
The only weird difference I've run into has been the
stat
command behaving differently with dif args