updated stuff
This commit is contained in:
parent
3daf1fff77
commit
1608291f1e
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ fi
|
|||
source $ZDOTDIR/exports.zsh
|
||||
source $ZDOTDIR/dircolor.zsh
|
||||
|
||||
if [[ $(hostname) == "megumi" || $(hostname) == "sayaka" ]]; then
|
||||
if [[ $(grep -E "^ID" /etc/*release | cut -d= -f2) == "arch" ]]; then
|
||||
source $share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source $share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
||||
else
|
||||
|
@ -18,8 +18,11 @@ if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then compinit -d $HOME/.cache/
|
|||
for file in $ZDOTDIR/libs/*.zsh; do source "$file"; done
|
||||
for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done
|
||||
|
||||
source $fzf/completion.zsh
|
||||
source $fzf/key-bindings.zsh
|
||||
if [[ $(grep -E "^ID" /etc/*release | cut -d= -f2) == "arch" ]]; then
|
||||
source $fzf/completion.zsh
|
||||
source $fzf/key-bindings.zsh
|
||||
fi
|
||||
|
||||
source $share/doc/pkgfile/command-not-found.zsh
|
||||
source $ZDOTDIR/tmux/tmux.zsh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue