linuxware/.zshenv
Alexandre Cavalheiro S. Tiago Da Silva 67c7ccd66b
chore: initial commit
2021-04-05 10:48:05 -03:00

11 lines
269 B
Bash

# To have access to `doom` from anywhere
export PATH=/home/wizardlink/.emacs.d/bin:$PATH
# Set default editor
export EDITOR=nvim
export ZSH="$HOME/.oh-my-zsh"
export UPDATE_ZSH_DAYS=7 # Update every week
export FZF_DEFAULT_OPTS="--layout=reverse --height 50%"