-
Justpath would print what shell command you can do instead.
Easy for simple commands, less obvious for bigger commamds. Also a lot of comments this is trivial in bash.
Maybe start with just one fl…
-
## Readiness Checklist
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already b…
-
**Describe the bug**
Using zsh, when entering a directory managed by direnv, I get this error:
```
direnv: loading ~/Documents/Projects/C++/Ateams/.envrc
direnv: export +VIRTUAL_ENV ~LINENO ~PATH
…
-
### Describe the bug
`
zsh prompt becomes very slow after multiple times of "source ~/.zshrc". I suspect it's the widgets of "_zsh_autosuggest_bound_#n_*" slowing zsh down, because after every time …
-
> ```
> /Users/NAME/.zprofile:.:2: no such file or directory: /Users/NAME/.fig/shell/zprofile.pre.zsh
> /Users/NAME/.zprofile:.:14: no such file or directory: /Users/NAME/.fig/shell/zprofile.post.zs…
-
### Discord username (optional)
_No response_
### Local Shell and Version
5.8.1
### Remote Shell and Version
5.7.1
### Operating System and Version
10.13
### Warp Version
v0.2022.10.11.08.13.…
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [x] I have run `fig doctor` in the affected termin…
-
I am using **oh-my-zsh** as my default shell. When I run this plugin in Atom, I saw this error message
``` bash
/Users/jiamingz/.oh-my-zsh/oh-my-zsh.sh: line 12: autoload: command not found
/Users/ji…
-
I'm not really sure how to describe this issue besides using the image attached. Both `$LC` and `$LC_ALL` are set to `en_US.UTF-8` and I have
```
set shell zsh
set shellopts '-euy'
set ifs "\n"
s…
-
### What is the problem this feature would solve?
Most tools/Libraries use `-c` to specify command to be executed in the shell, such as `bash -c "echo 'bash is executed'"`.
Examples as following: …