From 35347107e8c4a534868cbb93d0a4ff268e8c8b90 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 2 Aug 2016 19:46:12 -0700 Subject: [PATCH] Remove init_profile --- dotfiles/zshenv | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dotfiles/zshenv b/dotfiles/zshenv index 9ef526b9..f45da51a 100644 --- a/dotfiles/zshenv +++ b/dotfiles/zshenv @@ -1,12 +1,2 @@ -function init_profile { - zmodload zsh/datetime - setopt promptsubst - PS4='+$EPOCHREALTIME %N:%i> ' - # save file stderr to file descriptor 3 and redirect stderr (including trace - # output) to a file with the script's PID as an extension - exec 3>&2 2>/tmp/startlog.$$ - # set options to turn on tracing and expansion of commands contained in the prompt - setopt xtrace prompt_subst -} source ~/.lib/shellenv.sh test -r ~/.customenv.sh && source ~/.customenv.sh \ No newline at end of file