-
## Description
## Steps to reproduce
1. Install fresh rvm from master
2. Get a stable ruby, 2.6.3 at the moment
3. Try to make the ruby version default by `rvm alias create de…
dymv updated
7 months ago
-
When you use homebrew there is a specific source path you need to use in .zshrc in order for it to work. This is non-obvious and can be easily missed in the homebrew printout after the install. This s…
-
**Bug report**
Not sure if this is SDK or OMZ shell doing this, but after updating both I am suddenly getting this printing out every time I open a new shell.
This is actually printed 2 time…
-
- [ ] check for existing files/folders before cloning/linking/installing etc.
i.e. make sure it always runs smoothly no matter how many things are missing or already installed
-
### Discord username (optional)
_No response_
### Describe the bug
Clicking "Warpify subshell" seems to prevent me from being able to input anything into the terminal.
### To Reproduce
1. I launc…
-
Hello! I'm trying to run Legion 0.3.7 on Kali Linux, but it is crashing with the following errors upon scanning a host:
Traceback (most recent call last):
File "/usr/share/legion/app/importers/N…
-
**Describe the bug**
macOS 12.1
Terminal: iTerm2
Shell: zsh
ARM Macbook
Terminal iTerm 2 and zsh
When I run broot via `br`, do nothing but only close the terminal window, broot does not quit. …
-
### Description:
dig autocomplete
inserts `+nocomments\ +noquestion\ +noauthority\ +noadditional\ +nostats`
instead of `+nocomments +noquestion +noauthority +noadditional +nostats`
https://use…
-
OS Version: Windows 10 ver 1909 (18363.1500)
node version: v14.10.0
npm version: v6.14.8
In my situation, I installed msys2 & zsh on Windows, and I use zsh as my shell. My Node.JS is Windows vers…
-
### Steps to reproduce
Source this script:
```vim
vim9script
echo null == null_string # true
echo null_string == '' # true
echo '' == null # false
echo null == null_dict #…