dotfiles/.zprofile

11 lines
272 B
Bash

. ~/.profile
export EDITOR=/usr/bin/nvim
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export PASSWORD_STORE_DIR="$HOME/.local/share/pass"
export ZDOTDIR="$HOME/.config/zsh"
export _Z_DATA="$HOME/.local/share/zsh/z"
export HISTFILE="$HOME/.local/share/zsh/history"