diff --git a/zsh/.zshrc b/zsh/.zshrc index 5a6a90c..4f4ac65 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,7 +8,7 @@ source $ZDOTDIR/dircolor.zsh source $share/zsh-autosuggestions/zsh-autosuggestions.zsh if [[ $os == "arch" ]]; then - source $share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme + source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme else source $HOME/.config/p10k/powerlevel10k.zsh-theme fi @@ -41,4 +41,4 @@ source $ZDOTDIR/tmux/tmux.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 diff --git a/zsh/exports.zsh b/zsh/exports.zsh index f4acec6..1dab066 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -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)