Remove some debugging lines.

master
Icedream 2018-02-17 20:56:57 +01:00
parent 7cdfdea65f
commit 2f5d8df2ac
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
3 changed files with 0 additions and 6 deletions

View File

@ -2,8 +2,6 @@
# ~/.bashrc
#
echo "~/.bashrc is executed"
# If not running interactively, don't do anything
[[ $- != *i* ]] && return

View File

@ -1,7 +1,5 @@
#!/bin/sh
echo "~/.profile is being executed"
# just for this profile code
PROFILE_DEBUG="${PROFILE_DEBUG:-0}"

View File

@ -1,7 +1,5 @@
#!/bin/zsh
echo "~/.zshrc is being executed!"
ZSH_DEBUG="${ZSH_DEBUG:-0}"
ZSH_ALIAS=${ZSH_ALIAS:-1}