From 2f5d8df2acb51d0e344dbb6c8b2a7f3f70233417 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 17 Feb 2018 20:56:57 +0100 Subject: [PATCH] Remove some debugging lines. --- home/dotfiles/bashrc | 2 -- home/dotfiles/profile | 2 -- home/dotfiles/zshrc | 2 -- 3 files changed, 6 deletions(-) diff --git a/home/dotfiles/bashrc b/home/dotfiles/bashrc index 0b43ab6..4b1784d 100644 --- a/home/dotfiles/bashrc +++ b/home/dotfiles/bashrc @@ -2,8 +2,6 @@ # ~/.bashrc # -echo "~/.bashrc is executed" - # If not running interactively, don't do anything [[ $- != *i* ]] && return diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 957acfa..c8eda23 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -1,7 +1,5 @@ #!/bin/sh -echo "~/.profile is being executed" - # just for this profile code PROFILE_DEBUG="${PROFILE_DEBUG:-0}" diff --git a/home/dotfiles/zshrc b/home/dotfiles/zshrc index d978be9..7d50cea 100644 --- a/home/dotfiles/zshrc +++ b/home/dotfiles/zshrc @@ -1,7 +1,5 @@ #!/bin/zsh -echo "~/.zshrc is being executed!" - ZSH_DEBUG="${ZSH_DEBUG:-0}" ZSH_ALIAS=${ZSH_ALIAS:-1}