updated stuff
This commit is contained in:
parent
ab436048da
commit
76cb523f43
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,9 @@ for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done
|
|||
if [[ $os == "arch" ]]; then
|
||||
fzfComp="/usr/share/fzf/completion.zsh"
|
||||
fzfKeyb="/usr/share/fzf/key-bindings.zsh"
|
||||
if [[ $(hostname) == "megumi" ]]; then
|
||||
export path=($path /snap/bin)
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $os == "debian" || $os == "ubuntu" ]]; then
|
||||
|
@ -43,3 +46,5 @@ source $ZDOTDIR/tmux/tmux.zsh
|
|||
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
|
||||
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
[[ -f $ZDOTDIR/.localrc.zsh ]] && source $ZDOTDIR/.localrc.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue