QUESTION : When opening my activity monitor, I have a zsh process taking all my CPU. Is it normal? I […]
Tag: zsh
zsh — ^W behavior with oh-my-zsh
Problem : I’ve recently started using ZHS with oh-my-zsh script pack. It does excellent job except of weird ^W shortcut […]
zsh crash when starting inside tmux with `zsh-newuser-install: startup files exist, aborting`
Problem : Every time I try to start zsh inside of tmux it crashes wwith zsh-newuser-install: startup files exist, aborting […]
How can I make zsh completion behave like Bash completion?
Problem : I switched to zsh, but I dislike the completion. If I have 20 files, each with a shared […]
Any ideas on how to reset my zsh terminal to default?
QUESTION : I need help with my zsh environment. I am just getting into customizing my terminal and I have […]
ZSH: Is it possible to get file completion to display results in a case-sensitive order?
Problem : Here’s an example of what I mean: In my home dir, I have three directories starting with “work”: […]
Echo with ansii colors doubles my text (zsh,mac)
QUESTION : Im using iTerm2 on Mavericks. $TERM is set to xterm-256color. When I print this in command line: echo […]
I use Catalina 10.15.7 and my terminal is /zsh. I had lot of “operation not permitted” or “permission denied” problems
QUESTION : I use Catalina 10.15.7 and my terminal is /zsh. I had lot of “operation not permitted” or “permission […]
Create many tar files from a directory with 500000 files
Problem : I have a directory containing around 500k files, and want to slice them into t tar files. Put […]
Using sed with parallel gives empty output when redirecting to file
Problem : I’m using the zsh shell. I am trying to use sed to substitute some text in many files, […]