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...
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...
7
Solved
How to use shift to select part of the commandline (like in many text editors) ?
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...
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...
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...
5
Solved
2
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...
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...
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?
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 :
...
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...
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...
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...
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...
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 ...
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...
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?
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 ...
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...
© 2022 - 2024 — McMap. All rights reserved.