updated stuff
This commit is contained in:
parent
ba48609216
commit
e3e97b5aa2
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ fi
|
||||||
source "$ZDOTDIR/libraries/export.zsh"
|
source "$ZDOTDIR/libraries/export.zsh"
|
||||||
source "$ZDOTDIR/libraries/dircolor.zsh"
|
source "$ZDOTDIR/libraries/dircolor.zsh"
|
||||||
|
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
source "/usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme"
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then
|
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then
|
||||||
|
@ -36,4 +36,4 @@ bindkey -s '^o' 'lfcd\n'
|
||||||
|
|
||||||
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
|
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
|
||||||
|
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source "/usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue