updated stuff

This commit is contained in:
Nikolas Weger 2019-12-11 17:27:14 +01:00
parent ebd07d1b63
commit dd6a738cbf
2 changed files with 2 additions and 5 deletions

View file

@ -13,8 +13,5 @@ export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share)
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
export path=($path $GEM_HOME/bin)
#share
export share="/usr/share"
#stuff
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)