Remove init_profile

This commit is contained in:
Ivan Malison 2016-08-02 19:46:12 -07:00
parent 20d32bd1c3
commit 35347107e8
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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 source ~/.lib/shellenv.sh
test -r ~/.customenv.sh && source ~/.customenv.sh test -r ~/.customenv.sh && source ~/.customenv.sh