Stop showing files being loaded
This commit is contained in:
parent
1d656e8bd8
commit
32521dd7c6
3 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
case "$-" in
|
||||
*i*)
|
||||
echo "[ Reading \"$HOME/.bashrc\" ]"
|
||||
;;
|
||||
*)
|
||||
# Shell is not interactive.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/zsh
|
||||
case "$-" in
|
||||
*i*)
|
||||
echo "[ Reading \"$HOME/.zshrc\" ]"
|
||||
;;
|
||||
*)
|
||||
# Shell is not interactive.
|
||||
|
|
Loading…
Reference in a new issue