-
pipenv 2023.9.8
### Issue description
Some files are installed in site-packages top-level:
```text
python-pipenv /usr/lib/python3.11/site-packages/
python-pipenv /usr/lib/python3.11/site-pack…
-
So the container really feels like a VM.
Even better, can I run it as a SSH server https://docs.docker.com/engine/examples/running_ssh_service/, expose the port and then add entries directly to Bli…
-
My private key is unencrypted. It is loaded automatically in a MacOS zsh shell via this entry in .zshrc:
_ssh-add -q ~/.ssh/id_rsa_
Here is my ssh config sample:
```
## Global host options
…
-
## Issue description
When running as a non-login shell, zsh never gets the NixOS environment definitions that would let it find most binaries. This breaks things like git (because it can't find git-r…
-
Currently there is an [article on the wiki](https://github.com/nix-community/nix-on-droid/wiki/SSH-access) stating how to manually set up an ssh daemon. Maybe this can be ported into a `nix-on-droid` …
-
Hi @isa02dotexe!
I was reluctantly introduced to this world of dotfiles. Here is my [repository](https://github.com/madson7/dotfiles/), maybe you can leave an ISSUE so I can improve it.
Along th…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried…
-
Vesion: 1.0.177
OS:Win10
When I upgrade from 1.0.174 to 1.0.177, when i connect to an host with oh-my-zsh (centos 7),
i found it will be a bit slow when i'm 'tail -f sth.log' or 'ls -l',etc..
i …
-
Issues:
- [x] `no such file or directory /Users/derekyu/.oh-my-zsh/oh-my-zsh.sh`
- [x] forgot `brew install tmux`
- [x] iterm2 preferences not ported successfully
- [x] port apptivate links
-…
-
How can I use commands from `~/.zsh_history` in `keep`?
something like, `keep ssh from history` -- gives me option to choose from all the commands that have `ssh` in them (via `grep`?)