Remove some debugging lines.
parent
7cdfdea65f
commit
2f5d8df2ac
|
@ -2,8 +2,6 @@
|
|||
# ~/.bashrc
|
||||
#
|
||||
|
||||
echo "~/.bashrc is executed"
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "~/.profile is being executed"
|
||||
|
||||
# just for this profile code
|
||||
PROFILE_DEBUG="${PROFILE_DEBUG:-0}"
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/zsh
|
||||
|
||||
echo "~/.zshrc is being executed!"
|
||||
|
||||
ZSH_DEBUG="${ZSH_DEBUG:-0}"
|
||||
|
||||
ZSH_ALIAS=${ZSH_ALIAS:-1}
|
||||
|
|
Loading…
Reference in New Issue