2020-03-31 20:32:08 +00:00
|
|
|
. ~/.profile
|
|
|
|
|
|
|
|
export EDITOR=/usr/bin/nvim
|
|
|
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|
|
|
|
|
|
|
export PASSWORD_STORE_DIR="$HOME/.local/share/pass"
|
2020-06-03 10:39:13 +00:00
|
|
|
export TIMEWARRIORDB="$HOME/.local/share/timewarrior"
|
2020-03-31 20:32:08 +00:00
|
|
|
|
|
|
|
export ZDOTDIR="$HOME/.config/zsh"
|
|
|
|
export _Z_DATA="$HOME/.local/share/zsh/z"
|
|
|
|
export HISTFILE="$HOME/.local/share/zsh/history"
|