My script test.zsh: args=$@ argss=($@) echo ${@:2} echo ${args:2} echo ${argss:2} The output: $ ./test.zsh foo bar foobar bar foobar o bar foobar o It looks l
I'm getting the following error within zsh when issuing the command: Command - ~ % cdk bootstrap aws://******/*region* Error (snip) - Environment aws://****
I just upgraded python in ubuntu to python 3.10 to use the match/case statements, but now, my terminal won't open. Anywhere. I tired opening it on Visual Studio
I am having a very annoying issue and I don't know exactly what's the problem. It could have loads of possible causes, so please bear with me trying to fix this
I'm trying to use the latest tag on a branch as the version number in an iOS project, using Fastlane. If I run git describe --abbrev=0 --tags in my terminal I c
I'd like to traverse some directories containing git repositories with my Bash script and add them to SourceTree's list if they don't exist already. I'd prefera
I use zsh, oh-my-zsh, neovim, alacritty, and zsh-vi-mode oh-my-zsh plugin. My EDITOR is set to /usr/local/bin/nvim -u /Users/aleksander/.config/nvim/init.lua Wh
I want to add multiple Path Variables: Dart & Pub (Doesn't work) sdkman (works) homebrew and its installations (Doesn't work) Deno (Doesn't work) Cargo &
Do you need to include export for environment variables in Bash profile / zshrc? I'm using Z shell (Zsh) for my terminal and in my .zshrc file I have the two li
I get a generic ? where the icons should be. A similar issue but for Visual Studio Code is documented here: https://dev.to/avantar/how-to-fix-zsh-icons-in-visua
The first command applied is "l" which corresponds to the alias: alias l='grc -es --colour=auto ls --color -Gh -C -lrt' Once I type "l", I want, when I touch t
The first command applied is "l" which corresponds to the alias: alias l='grc -es --colour=auto ls --color -Gh -C -lrt' Once I type "l", I want, when I touch t
I've been tinkering with my .zshrc file for a while to change how the command prompt looks and also make it display certain statuses for git. But after I made s
In .zsh, in my .zshrc file I'd like to set up a function to cd to a directory I input, but using an existing variable to write the common ~/path/to/parent/direc
I wanted to create a react project and when I executed the command it said zsh: command not found: npx Then I tried the ls command and it said zsh: command not
I am using a oh-my-zsh shell in an Apple terminal (2.11) in full screen, and by default the name of the tabs is the name of the program being run (eg. vim). Is
I am using a oh-my-zsh shell in an Apple terminal (2.11) in full screen, and by default the name of the tabs is the name of the program being run (eg. vim). Is
I have tried the following steps to install and setup mongodb in my mac from here https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/ but I got th
npm install -g yarn > [email protected] preinstall /Users/myname/.npm-global/lib/node_modules/yarn > :; (node ./preinstall.js > /dev/null 2>&1 || tr
enter image description hereI need help, I don't arrive to delete env variable with unset. I want to delete conda env variable: I use unset: I look to env var