Feat(Desktop): Use zsh on desktop
This commit is contained in:
9
zsh/.zshenv
Normal file
9
zsh/.zshenv
Normal 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"
|
Reference in New Issue
Block a user