diff --git a/zsh/.zshrc b/zsh/.zshrc index 4d2e920..5a6a90c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,8 +2,6 @@ if [[ -r "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" fi -export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) - source $ZDOTDIR/exports.zsh source $ZDOTDIR/dircolor.zsh diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 3f2bc32..f4acec6 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -15,4 +15,6 @@ export path=($path $GEM_HOME/bin) #share export share="/usr/share" -export fzf="$share/fzf" + +#stuff +export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)