Skip to main content

Questions tagged [zsh]

Zsh is a shell designed for interactive use, although it is also a powerful scripting language.

0 votes
1 answer
116 views

I need to turn off the indexing/Spotlight in a volume to rebuild the index/search. (To then: Full Disk Access >> sudo rm -rv /Volumes/MY-VOLUME/.Spotlight-V100 >> sudo killall mds >>...
nostromo's user avatar
  • 213
2 votes
1 answer
748 views

I'm running VS Code with Remote SSH. When I open a zsh terminal, the entry in $PATH is missing for VS Code server, and so I can't run code --wait filename (which I like to have set as my $EDITOR ...
Gary van der Merwe's user avatar
1 vote
2 answers
177 views

Tried looking in manual zshbuiltins, nothing is mentioned Tried running: which log log: shell built-in command log doesn't return anything log 1 log: too many arguments
Elizandro - SparcBR's user avatar
0 votes
1 answer
785 views

I am using macOS 15.5 and I configured the terminal via the settings. I changed the color, size, etc., and saved it. After installing Homebrew, I wanted to include the path in the configuration file. ...
sonceklab's user avatar
1 vote
0 answers
246 views

I am trying to get the following keyboard shortcuts working in neovim inside a wezterm+zsh+tmux session. Ctrl + Enter: create a newline below the cursor in insert mode and move the cursor there with ...
Shookti's user avatar
  • 11
4 votes
1 answer
801 views

Problem On my new M3 Mac Pro (36 GB RAM) running macOS Sequoia 15.3.2, launching a new interactive shell in both the built‑in Terminal.app and the GPU‑accelerated Ghostty takes orders of magnitude ...
Julius K.'s user avatar
0 votes
1 answer
342 views

I would like commands with a leading space to not show up in any shell history. I'm using zsh. I have the following option set at the bottom of my ~/.zshrc, however it does not seem to work as I ...
mark's user avatar
  • 831
1 vote
1 answer
666 views

I'm trying to run a command from a non-superuser account on my Mac (Ventura 13.7, zsh terminal). I tried: sudo -u username sudo -u UserName sudo -u "User Name" After running all of them it ...
Kovy Jacob's user avatar
1 vote
0 answers
305 views

Say I do this in an interactive zsh process: vim <TAB>, usually, it would complete with a list of files and directories, which looks like it uses GNU's ls, it even follows the $LS_COLORS ...
Mazen Moustafa's user avatar
3 votes
1 answer
227 views

How do I map the key combo alt + enter to do a line continuation (without executing the command)? I want the following end result: > echo \ "hello" After typing the echo-command, I want ...
Reyhn's user avatar
  • 233
0 votes
0 answers
192 views

When i start vim on the command line or git opens it to edit a comment, all I get is a empty screen with some zzzz. The only way to get out of this is to shutdown the terminal. This happens with ...
BetaRide's user avatar
  • 2,379
1 vote
1 answer
128 views

I have recently upgraded zsh 5.7.1 to zsh 5.9 and I have two zsh executables now at /bin/zsh (the old one) and at /usr/local/bin/zsh. I have changed my login shell in the general properties dialog of ...
Hubert Kauker's user avatar
3 votes
2 answers
531 views

I am on ZSH_VERSION=5.9 and I have this script which works as expected: integer count=3 while true ; do echo $count (( count-- )) if (( count == 0 )) break done echo Finally: $count echo ...
Hubert Kauker's user avatar
2 votes
2 answers
483 views

I've been trying to remove attributes from files so I can compile bgfx for my phone but I'm having problems with the code sign failing because: "resource fork, Finder information, or similar ...
TasmanianNoob's user avatar
1 vote
0 answers
266 views

In bash if we run unset HISTFILE at the end of the session then it does not save the commands that ran during that session. But in zsh, after we run unset HISTFILE or fc -p, it stops recording ...
Soham Gupta's user avatar

15 30 50 per page
1
2 3 4 5
97