Add status messages to shell init files
Mostly for profiling, but I think it's cool to have status occasionally. In the process, I also did some clean up, moving some stuff between profile, rc, and env.
This commit is contained in:
parent
7b2074e292
commit
1400941de1
6 changed files with 49 additions and 40 deletions
2
zprofile
2
zprofile
|
@ -5,6 +5,8 @@
|
|||
#
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
print_info_noisy 1 'Initializing login shell'
|
||||
|
||||
[ -e $HOME/.profile ] && source $HOME/.profile
|
||||
|
||||
# Any ZSH stuff goes here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue