updated stuff
This commit is contained in:
parent
ebd07d1b63
commit
dd6a738cbf
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue