-
the line `eval "$(atuin init zsh)"` in my `.zshrc` don't take effect when the plugin `zsh-vi-mode` (https://github.com/jeffreytse/zsh-vi-mode) is loaded.
-
### Describe the bug
The order that plugins are loaded, particularly in relation to autoenv, is very important. For example:
```text
plugins(... autoenv ... common-aliases... brew ...)
```
will y…
-
## General information
```
> zvm_system_report
- Terminal program: tmux 3.2a (screen-256color)
- Operating system: Linux (5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 G…
-
See https://github.com/devcontainers/images/tree/main/src/python
Pros:
- Already has `zsh` so should be a lot quicker to start a new devcontainer (with `common-utils` feature) - **needs testing**
…
-
Hello
First of all many thanks for the maintenance of the tpm!
I'm using
MacOS Catalina 10.15.7
zsh
tmux 3.1c
In the README.md of `tpm`: it is wrtten:
Requirements: `tmux` version 1.9 (o…
-
Some plugins like history-substring-search and zsh-syntax-highlighting like to be loaded last. `antidote install` just puts plugins at the bottom of the list in .zsh_plugins.txt. Let's add a simple ba…
-
The user `abc` shares the home directory with root which is a problem. this causes file permisison issues for the zsh history and other files.
need to find a solution to separate the home directorie…
-
How about a check
``` sh
if [ -n "$$ZSH_CWD_HISTORY_DIR" ]; then
export ZSH_CWD_HISTORY_DIR="$HOME/.zsh_cwd_history"
fi
```
instead of the hardcoded
``` sh
ZSH_CWD_HISTORY_DIR="$HOME/.zsh_cwd_his…
-
## Bug Report
#### Current Behavior
It shows a java options/settings from env vars in shell name.
```
untainsYD in some-scala-project on main via java v17.0.8 via scala v-Djava.util.prefs.u…
-
### 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…