From 76cb523f43d4eaf44c7f6571edd97b846bab8f8f Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 8 Jan 2020 14:21:32 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index e17d08f..e3baed3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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