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

@ -8,7 +8,7 @@ source $ZDOTDIR/dircolor.zsh
source $share/zsh-autosuggestions/zsh-autosuggestions.zsh source $share/zsh-autosuggestions/zsh-autosuggestions.zsh
if [[ $os == "arch" ]]; then if [[ $os == "arch" ]]; then
source $share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
else else
source $HOME/.config/p10k/powerlevel10k.zsh-theme source $HOME/.config/p10k/powerlevel10k.zsh-theme
fi fi
@ -41,4 +41,4 @@ source $ZDOTDIR/tmux/tmux.zsh
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh [[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
source $share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

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 GEM_HOME=$(ruby -e 'print Gem.user_dir')
export path=($path $GEM_HOME/bin) export path=($path $GEM_HOME/bin)
#share
export share="/usr/share"
#stuff #stuff
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)