Skip to content

Commit 26df34a

Browse files
author
Ryan King
committed
Functional style sourcing.
1 parent 710ab96 commit 26df34a

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.zlogin

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source $DOTDOTDOT_ROOT/lib/basics
2+
...quieteach ...sourceif .zlogin
3+
...sourcedircontents ~/.zsh/login

.zprofile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source $DOTDOTDOT_ROOT/lib/basics
2+
...quieteach ...sourceif .zprofile
3+
...sourcedircontents ~/.zsh/profile

.zsh/rc/_toggle_zsh_init_echos

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_toggle_zsh_init_echos() {
2+
# TODO:
3+
# toggle creation of ~/.zsh/{...}/_echo to contain:
4+
# echo -In $0
5+
}

.zshenv

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source $DOTDOTDOT_ROOT/lib/basics
2+
...quieteach ...sourceif .zshenv
3+
...sourcedircontents ~/.zsh/env

0 commit comments

Comments
 (0)