zsh Questions

4

I'm trying to execute a .zsh script on Macos big sur and it's not letting me. Whenever I run the .zsh in terminal, it says "/bin/zsh: can't open input file: file-name.zsh" I already did b...
zsh
Lemonade asked 18/10, 2021 at 1:32

2

Solved

I'm using OHMYZSH but I'm thinking about building a minimal configuration to Zsh. So here's the problem. Ohmyzsh has special behaviour for completion. For example: if I'm in my Home Directory and t...
Brew asked 8/10, 2021 at 15:7

2

After installing oh my zsh and customizing it a little, iTerm2 looks awesome but the default terminal on MacOS looks like crap because it can't load the plugins and I don't want it to. So how can I...
Disconcert asked 13/12, 2016 at 15:3

4

Solved

I want to rename a_1.0.tgz to b_1.0.tgz, since 1.0 may be changed to any version number, how can I achieve that? For example, I can use mv a*.tgz b.tgz if I don't need to keep the version nu...
Hindi asked 12/7, 2016 at 9:7

4

Solved

I just installed rvm to upgrade ruby using the method outlined here. After installation my zsh instance now always displays rvm:ruby-2.3.0, as per this image: I'd rather it not appear but I'm ha...
Perorate asked 26/8, 2016 at 15:26

2

Solved

I am using zsh with completion turned on. When I try to tab-complete, sometimes the command hangs for a long time. After a few seconds it completes and correctly presents my options. On the other h...
Gibb asked 23/7, 2023 at 1:51

4

Solved

I have code package installed my on Pop!_OS 21.10, and recently after opening the integrated terminal, I noticed that it does not load my .zshrc. Here are my settings: "terminal.integrated.de...
Mcgaha asked 19/12, 2021 at 8:3

6

I'm trying to run a task on window load in VSCode where a terminal opens and nvm use && yarn dev is run by default. However, running this shell tasks seems to not load my zsh profile. The o...
Curiel asked 24/1, 2022 at 16:21

3

Solved

When install it by pip(pip install pipenv), on zsh shell can't find the command pipenv. If install it by brew: brew install pipenv, then run pipenv shell, got error Loading .env environment variabl...
Evanthe asked 28/5, 2021 at 5:56

7

Solved

I am learning the AWS CLI (v2) and have installed it on Ubuntu 18.04. I am running zsh with oh-my-zsh installed. I am trying to get aws command output to be reported back to the terminal as a...
Cottrill asked 21/2, 2020 at 21:44

7

I would like to switch to using PNPM over NPM for the usual reasons. Unfortunately cut and paste, or muscle memory takes over sometimes and I will accidentally use NPM to install a package in a pro...
Sponge asked 13/3, 2022 at 17:11

2

Solved

tl;dr - I want to override OhMyZsh's Git aliases with multi-line aliases / functions. I'm trying to make the switch over from bash to zsh and migrate my aliases. I'm able to override Git aliases f...
Buskined asked 8/4, 2020 at 20:41

12

Solved

Hi I just followed the thoughtbot laptop setup for my Mac Mini Server running OSX Lion Server. I'm not sure that everything is installed correctly. Please advise. I don't have a ~/.bash_profile o...
Drab asked 19/8, 2011 at 5:7

15

Solved

I've just discovered oh-my-zsh, but I can't get it to work. While themes work just perfectly, plugins do not. I have some plugins selected, eg. macports, but neither I get port command completion n...
Perineum asked 23/7, 2011 at 14:15

7

Solved

I'm streaming data using netcat and piping the output to gawk. Here is an example byte sequence that gawk will receive: =AAAA;=BBBB;;CCCC==DDDD; The data includes nearly any arbitrary characters, ...
Turkic asked 3/7 at 3:57

3

Solved

I have a function that I minified to debug but I cannot see the problem. Here is the minimal code to reproduce the issue: #!/bin/zsh ahead=1 if [[ "$ahead" -ne 0 ]]; then echo "test" else echo ...
Countersign asked 24/6, 2017 at 9:59

4

Solved

I have been dealing with this problem for almost a month now, and I feel frustrated, Any help would be greatly appreciated. I am trying to write a widget for my takenote command. The purpose of th...
Olia asked 2/1, 2018 at 4:30

7

Solved

I installed @vue/cli on my mac, but whenever I type “vue”, my terminal says “zsh: command not found: vue” - How can I fix this problem? I searched similar issues and already spent half a day, but s...
Pliam asked 28/10, 2019 at 12:23

4

Solved

I am customizing my zsh terminal but I face difficulties when it comes to turn my prompt into bold. I tried several different things, but none worked, whereas it did work for people on the Internet...
Inn asked 8/4, 2017 at 13:42

6

Solved

I just fresh installed Sierra and wanted to use zsh with oh-my-zsh and power shell... I ended up with a terminal like this: But I want to add a timestamp to every output. Semething linke: [14:...
Bellona asked 16/10, 2016 at 23:21

7

Solved

I'd like to have a system-wide oh-my-zsh setup, but I'm not sure what would be the "best" approach for this. It is not my intention to ask about personal preferences or the like, I'm just unsure wh...
Slip asked 25/7, 2015 at 8:41

1

Solved

I'm setting up iTerm2 on a new macbook using brew and cannot figure out how to get darkmode set. I ran brew install iTerm2 and then brew install zsh, and then installed ohmyzsh using. sh -c "$...
Mincing asked 24/5 at 2:44

4

Solved

I'm using Mac OS X, iTerm2, zsh and Tmux via Homebrew. When I start a Terminal session in iTerm2, the global PATH variable looks still fine. But when I open up a Tmux session the PATH variable is e...
Warfore asked 24/10, 2012 at 22:8

4

Solved

When switching from bash to zsh, I looked up how to resolve an issue with my rbenv folder not being used correctly by zsh and found this: $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' &gt...
Hustler asked 17/11, 2019 at 0:11

5

Solved

I am using: Mac OS X 10.10.5 (Yosemite) zsh 5.0.5 oh-my-zsh the problem is, terminal load time is too slow about 10 seconds, even for opening new terminal tabs. I tried solution on this blog po...
Induline asked 25/11, 2016 at 5:33

© 2022 - 2024 — McMap. All rights reserved.