Feat(Desktop): Use zsh on desktop

This commit is contained in:
2023-07-26 18:39:38 -04:00
parent 25387e22a8
commit 714e8f254b
12 changed files with 160 additions and 116 deletions

9
zsh/.zshenv Normal file
View File

@@ -0,0 +1,9 @@
export EDITOR=lvim
export MANPAGER="lvim +Man!"
export MOZ_ENABLE_WAYLAND=1
path+=('/home/minhradz/.cargo/bin')
path+=('/home/minhradz/.local/bin')
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"