-
![image](https://github.com/plibither8/asciinema-player-for-github/assets/11874211/9802019a-c938-4496-aa01-59f04697ed92)
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/catimg
-
### Console
- (SHELL) Zsh
- https://www.zsh.org/
- https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
### IDE
- (IDE) NeoVim
- https://neovim.io/
- https://github.com/LazyVim/Laz…
-
# ZSH配置指南
图摄于西湖
本文以 ubuntu18.0.4 为例
安装 ZSH sudo apt-get install zsh
设置 ZSH 为默认 shell chsh -s $(which zsh)
安装ohmyzsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/insta…
-
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
mykcs updated
7 months ago
-
**To Reproduce**
```nix
programs.zsh = {
enable = true;
ohMyZsh.enable = true;
};
environment.systemPackages = [pkgs.kubectl];
```
**Expected behavior**
In a terminal, kubectl sh…
-
**issue**
source activate.sh cause display issue on terminal.
**expected**
` kooker: ` prompt well displayed
-
### System Info
Using 1 a100 GPU. Using Nvidia-docker
slightly modified Dockerfile:
```
FROM nvidia/cuda:12.1.0-devel-ubuntu22.04
RUN apt update \
&& apt upgrade -y
RUN apt-get -y inst…
-
## Gnodev timestamp time.Now() incorrect.
### Description
Not happens with test4, portal loop. Localchain is not tested.
I make a transaction with gnokey to gnodev in-memory node, the timestamp `…
-
## Describe the bug
As [reported by](https://github.com/twpayne/chezmoi/issues/1205#issuecomment-912090344) @dhruvinsh in #1205, `chezmoi add` fails if the path is in a directory implicitly created…
-
### Describe the bug
Shell command history is truncated to 10K commands on installation. Super annoying, especially for people who have long and rich command histories 😐
### Steps to reproduce
```
…