Skip to content

Commit f934d4b

Browse files
committed
Merge branch 'main' of github-private:war-turtle/dotfiles
2 parents ed8d84c + bb2db02 commit f934d4b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

executable_dot_zshrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ zinit light zsh-users/zsh-completions
1919
zinit light zsh-users/zsh-autosuggestions
2020
zinit 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
2327
zinit snippet OMZL::git.zsh
2428
zinit snippet OMZP::git
2529
# zinit snippet OMZP::vi-mode
@@ -62,6 +66,9 @@ alias ll="ls -la --color"
6266
alias c="clear"
6367
alias cz="chezmoi"
6468

69+
# setup language as UTF-8
70+
LANG=en_EN.UTF8
71+
6572
# setup path
6673
export 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"
8390
export 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

0 commit comments

Comments
 (0)