From a2e658a97a4c717f9b9852c8fb498de014ad3911 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 30 Nov 2022 09:25:58 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/private_dot_config/shell/profile --- .../chezmoi/home/private_dot_config/shell/profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.local/share/chezmoi/home/private_dot_config/shell/profile b/.local/share/chezmoi/home/private_dot_config/shell/profile index 2d5f38d0..08073a94 100644 --- a/.local/share/chezmoi/home/private_dot_config/shell/profile +++ b/.local/share/chezmoi/home/private_dot_config/shell/profile @@ -110,9 +110,9 @@ if [ "$BASH_SUPPORT" = 'true' ]; then fi ### fzf-git - if [ -f "$HOME/.local/scripts/fzf-git.bash" ]; then - . "$HOME/.local/scripts/fzf-git.bash" - fi + #if [ -f "$HOME/.local/scripts/fzf-git.bash" ]; then + # . "$HOME/.local/scripts/fzf-git.bash" + #fi ### MOTD if [ -f "$XDG_CONFIG_HOME/shell/motd" ]; then @@ -131,9 +131,9 @@ if [ -f "$HOME/.local/scripts/docker-functions.bash" ]; then fi ### fzf-tmux -if [ -f "$HOME/.local/scripts/fzf-tmux.bash" ]; then - . "$HOME/.local/scripts/fzf-tmux.bash" -fi +#if [ -f "$HOME/.local/scripts/fzf-tmux.bash" ]; then +# . "$HOME/.local/scripts/fzf-tmux.bash" +#fi ### SDKMan if command -v brew > /dev/null && command -v sdkman-cli > /dev/null; then