From 32521dd7c62ca8378c384ad48be487d15d54249f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 23 Aug 2022 13:53:19 +0100 Subject: [PATCH] Stop showing files being loaded --- roles/home-cli/files/bashrc | 1 - roles/home-cli/files/shrc | 2 -- roles/home-cli/files/zshrc | 1 - 3 files changed, 4 deletions(-) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index d08c4fa..6de9abe 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -1,7 +1,6 @@ #!/bin/bash case "$-" in *i*) - echo "[ Reading \"$HOME/.bashrc\" ]" ;; *) # Shell is not interactive. diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 9691fb0..fbc0fdc 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -1,13 +1,11 @@ #!/bin/sh if [ -n "$_acp_ignore_shrc" ] then - echo "[ Ignoring \"$HOME/.shrc\" ]" return 1 fi case "$-" in *i*) - echo "[ Reading \"$HOME/.shrc\" ]" ;; *) # Shell is not interactive. diff --git a/roles/home-cli/files/zshrc b/roles/home-cli/files/zshrc index 0c35fee..872b2a2 100644 --- a/roles/home-cli/files/zshrc +++ b/roles/home-cli/files/zshrc @@ -1,7 +1,6 @@ #!/bin/zsh case "$-" in *i*) - echo "[ Reading \"$HOME/.zshrc\" ]" ;; *) # Shell is not interactive.