-
- Type:
- [x] Enhancement
## Minimal zshrc (with less than 30 lines)
:rofl: looking for one
```zsh
source ~/.zplug/init.zsh
#zplug "foo/bar", tag:baz
#zplug "...
if zplug che…
-
this will enable script to be modular, and not dependent on the hardcoded home directory
-
### install jdk17
```
$ sudo apt install openjdk-17-jdk
```
### .zshrc 의 JAVA_HOME 변경
```
$ pwd
/home/jsmin630
$ vi .zshrc
```

- ZSH framework: oh-my-zsh
- ZSH version: 5.8
- ZVM version: v0.8.5
## Basic…
stimw updated
8 months ago
-
https://github.com/capeterson/ZSH-Config/blob/master/.zshrc#L21
-

**Describe the bug**
Colorizer is not working on all the files
**To Reproduce**
Steps to rep…
-
Description
-----------
I was following a tutorial for installing `awscli` and ran `source ~/.zshrc`. Ever since, even after resetting my laptop, my terminal now spits out:
```shell
expr: syntax…
-
Oh-my-zsh repo has some really nice plugins.
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins
-
- [ ] zsh aliases
- [ ] hashes
- [ ] PATH's extensions
also, add hook for some private config options (like k8s config path), which i don't like to share
0x4e3 updated
2 weeks ago
-
Hermit working correctly from Terminal:
```sh
node -v
# prints v17.6.0 (my global binary)
mkdir ~/Downloads/ij-test
cd ~/Downloads/ij-test
hermit init
hermit install node
node -v
# prin…