updated stuff

This commit is contained in:
Nikolas Weger 2019-12-11 17:18:42 +01:00
parent 160dd5e3e7
commit ebd07d1b63
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,6 @@ if [[ -r "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh"
fi fi
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
source $ZDOTDIR/exports.zsh source $ZDOTDIR/exports.zsh
source $ZDOTDIR/dircolor.zsh source $ZDOTDIR/dircolor.zsh

View file

@ -15,4 +15,6 @@ export path=($path $GEM_HOME/bin)
#share #share
export share="/usr/share" export share="/usr/share"
export fzf="$share/fzf"
#stuff
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)