From d550f39016074645fe6c47749747b98a2dbb12b1 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 22 Nov 2022 17:51:06 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/dot_local/scripts/macos.bash, dotfiles/.local/share/chezmoi/dot_local/scripts/motd.bash, dotfiles/.local/share/chezmoi/dot_local/scripts/p10k.zsh, dotfiles/.local/share/chezmoi/dot_zshrc --- .../share/chezmoi/dot_local/{ => scripts}/macos.bash | 0 .../share/chezmoi/dot_local/{ => scripts}/motd.bash | 0 .../.local/share/chezmoi/dot_local/{ => scripts}/p10k.zsh | 0 dotfiles/.local/share/chezmoi/dot_zshrc | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) rename dotfiles/.local/share/chezmoi/dot_local/{ => scripts}/macos.bash (100%) rename dotfiles/.local/share/chezmoi/dot_local/{ => scripts}/motd.bash (100%) rename dotfiles/.local/share/chezmoi/dot_local/{ => scripts}/p10k.zsh (100%) diff --git a/dotfiles/.local/share/chezmoi/dot_local/macos.bash b/dotfiles/.local/share/chezmoi/dot_local/scripts/macos.bash similarity index 100% rename from dotfiles/.local/share/chezmoi/dot_local/macos.bash rename to dotfiles/.local/share/chezmoi/dot_local/scripts/macos.bash diff --git a/dotfiles/.local/share/chezmoi/dot_local/motd.bash b/dotfiles/.local/share/chezmoi/dot_local/scripts/motd.bash similarity index 100% rename from dotfiles/.local/share/chezmoi/dot_local/motd.bash rename to dotfiles/.local/share/chezmoi/dot_local/scripts/motd.bash diff --git a/dotfiles/.local/share/chezmoi/dot_local/p10k.zsh b/dotfiles/.local/share/chezmoi/dot_local/scripts/p10k.zsh similarity index 100% rename from dotfiles/.local/share/chezmoi/dot_local/p10k.zsh rename to dotfiles/.local/share/chezmoi/dot_local/scripts/p10k.zsh diff --git a/dotfiles/.local/share/chezmoi/dot_zshrc b/dotfiles/.local/share/chezmoi/dot_zshrc index 2001e485..7e09c7ce 100644 --- a/dotfiles/.local/share/chezmoi/dot_zshrc +++ b/dotfiles/.local/share/chezmoi/dot_zshrc @@ -245,8 +245,8 @@ xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty) esac ### Antigen -if [ -f "$HOME/.local/antigen.zsh" ]; then - source "$HOME/.local/antigen.zsh" +if [ -f "$HOME/.local/scripts/antigen.zsh" ]; then + source "$HOME/.local/scripts/antigen.zsh" fi if command -v antigen > /dev/null; then antigen use oh-my-zsh @@ -341,8 +341,8 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then fi ### Powerline -if [ -f "$HOME/.local/p10k.zsh" ]; then - source "$HOME/.local/p10k.zsh" +if [ -f "$HOME/.local/scripts/p10k.zsh" ]; then + source "$HOME/.local/scripts/p10k.zsh" fi ### Bash Completions