dotfiles/zsh/exports.zsh

7 lines
276 B
Bash

export path=($path $HOME/.config/dotfiles/bin)
export fpath=($fpath $ZDOTDIR/local/fpath)
export infopath=($infopath /usr/share/info)
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
export wsl=$(uname -r | cut -d'-' -f3)
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml