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