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.