zsh Questions

6

Solved

I'm new to go. Currently I'm using zsh terminal in macOS, just followed the instructions pointed out here https://github.com/golang/mock when installing go mock. However when trying to execute a mo...
Mirellamirelle asked 30/5, 2022 at 5:21

6

Solved

I found a theme I like but only after executing a program on the command line with a lot of output, so I don't know the name of the current theme! Here is the relevant part of my .zshrc: # Set n...
Stowers asked 26/7, 2015 at 23:17

7

Solved

How to use shift to select part of the commandline (like in many text editors) ?
Greyback asked 23/3, 2011 at 15:46

3

Solved

I use combination of zsh with oh-my-zsh and iTerm2 for development on Mac. I'm frustrated with the following issue: N tabs opened close the terminal reopen it (with Use system Window Restoratio...
Delia asked 19/2, 2018 at 20:24

4

Solved

I'm using a Mac (Catalina), iTerm2, Oh My Zsh (https://ohmyz.sh/), and the p10k zsh theme (https://github.com/romkatv/powerlevel10k). Currently my git branches are showing truncated names on iTerm...
Justitia asked 7/5, 2020 at 21:0

3

Solved

Issue Question is as stated in the title. In gist, I am trying to get my bash scripts and Vim to behave differently when running in VS Code's integrated terminal. Things I've found I have manag...
Fenestella asked 24/8, 2019 at 6:13

17

Solved

How would I hide the computer name in the prompt while using the terminal? At the moment it shows both username and computer name like so: It would save some space by removing anwarchoukah@anwa...
Klepac asked 6/8, 2015 at 7:6

5

Solved

I'm getting this error message when try to install aqueduct on macOS Catalina with this command. pub global activate aqueduct I managed to install it by putting flutter in front of it but now I ...
Shotten asked 25/4, 2020 at 17:14

2

I had homebrew installed on my mac. Today after sometime, I tried to download psql through brew on my mac on terminal but I keeping getting: zsh: command not found: brew I have it installed so I d...
Lyrate asked 26/1, 2021 at 22:29

3

I'm using zsh and oh my zsh, and I'm a bit confused about where to put completion files. For example, when installing kind, I'm doing this: brew install kind kind complete zsh > ~/.oh-my-zsh/cac...
Report asked 13/3, 2022 at 12:19

15

Solved

I recently started using Zsh and it's awesome. Unfortunately, for the project I consider my "main" project, everything is slow. What I mean is that every time I run a command - ls, for example - th...
Fraternize asked 7/10, 2012 at 1:21

8

I'm currently using Hyper terminal on a mac, but this question also applies to other types of terminals, e.g. iTerm How do you change the terminal title from username@devicename:~ into just ~ or zs...
Liew asked 13/10, 2017 at 2:53

5

Solved

I've added the theme in the zshrc file like so: ZSH_THEME="agnoster" But it ends up looking like this: I'm on Ubuntu Gnome 16.04. What am I missing?
Dumbfound asked 18/6, 2016 at 9:38

5

Solved

Not sure if this is zsh, iterm2 or the interaction between them. Trying to change the number of recallable lines in the terminal - not the command history, the output history. In .zshrc I have : ...
Feodor asked 17/9, 2012 at 13:1

2

Solved

I wanted to get a zsh terminal running in IntelliJ, I set up an external tool which was just zsh and set the working directory to my home directory. When I ran it however there were 2 problems stra...
Freemasonry asked 25/2, 2013 at 9:33

15

I am using apple M1 MacBook pro. When I installed oh my zsh. When I addedexport PATH="/opt/homebrew/bin:$PATH" to my ~/.zshrc file. This error was shown in my terminal: joe :: share/zsh/s...
Poolroom asked 16/1, 2021 at 7:11

4

I keep getting this error every time I open my terminal: Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see: https://github.com/wayneeseguin/rvm/issues/3212 This started hap...
Ieyasu asked 27/1, 2015 at 6:18

2

Solved

I was watching a video on creating an iOS App using Xcode and Heroku. The following command was typed in Z shell zsh: pod install What does this do and what is it used for? A simple overview would...
Fender asked 28/2, 2014 at 13:58

8

Solved

I have the following functions. hello () { echo "Hello" } func () { hello echo "world" } If I don't want the output of the hello function to be printed but want to do something with it, I wan...
Aciculate asked 21/9, 2011 at 16:3

10

Solved

I installed go1.5.2 darwin/amd64, but when I run the command go version, I get an error in the terminal zsh: command not found: go. I added the path export PATH=$PATH:/usr/local/go/bin to the bash ...
Ruisdael asked 10/1, 2016 at 16:58

4

Solved

I'm trying to add a shell function (zsh) mexec to execute the same command in all immediate subdirectories e.g. with the following structure ~ -- folder1 -- folder2 mexec pwd would show for exam...
Pone asked 9/1, 2017 at 17:13

1

I've been searching online for a lot of hours, puling an all nighter because i got so lost down this rabbit hole :D but i'm having trouble finding examples with working code. I have a bash script t...
Sequacious asked 23/4, 2022 at 8:12

8

Solved

I'm trying to add a newline to my existing Oh My ZSH theme but can't figure out what to add or where it should be added / changed. Any ideas?
Mucilage asked 7/12, 2016 at 12:47

6

I have installed iTerm2 and Oh-my-zsh. However there is a weird question mark that is coming ever since I have changed ZSH-THEME to "agnoster". Attaching the screenshot for the same. I thought ...
Pulsimeter asked 16/2, 2017 at 10:45

29

Solved

So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am now getting: zsh: command not found: conda when trying to use pip or conda installs...
Genitalia asked 24/7, 2015 at 16:19

© 2022 - 2024 — McMap. All rights reserved.