File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ zinit light zsh-users/zsh-completions
1919zinit light zsh-users/zsh-autosuggestions
2020zinit light Aloxaf/fzf-tab
2121
22+ # some snippets from omz plugins require completion directory to exist
23+ mkdir -p "$ZSH_CACHE_DIR/completions"
24+
2225# Add in snippets
26+ zinit snippet OMZP::mise
2327zinit snippet OMZL::git.zsh
2428zinit snippet OMZP::git
2529# zinit snippet OMZP::vi-mode
@@ -62,6 +66,9 @@ alias ll="ls -la --color"
6266alias c="clear"
6367alias cz="chezmoi"
6468
69+ # setup language as UTF-8
70+ LANG=en_EN.UTF8
71+
6572# setup path
6673export PATH="$HOME/App/bin:$HOME/.emacs.d/bin:$GOPATH/bin:/opt/podman/bin:$PATH"
6774
@@ -83,7 +90,7 @@ export PATH="/Applications/IntelliJ IDEA.app/Contents/MacOS:$PATH"
8390export VI_MODE_SET_CURSOR=true
8491
8592### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
86- export PATH="/Users/kartik.yadav /.rd/bin:$PATH"
93+ export PATH="$HOME /.rd/bin:$PATH"
8794### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
8895
8996# setup pyenv
You can’t perform that action at this time.
0 commit comments