]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tests/source_config.test.out
shell/env: Move shell functions to shell/functions.
[config/dotfiles.git] / tests / source_config.test.out
index 7e1cec7ba51ce0ad9e8af315470e2202bd90123b..693a4af0d2aa2f804ac553e66e2a2de84f59a0b8 100644 (file)
@@ -2,26 +2,34 @@ loaded zsh/os/rc.Darwin
 loaded zsh/host/rc.zucker
 loaded zsh.env.local
 loaded shell/env.zucker
+loaded shell/logout
 
 source_config(): checking if tmp/zsh/os/rc.Darwin exists
 source_config(): checking if tmp/zsh/rc.local exists
-source_config(): sourcing tmp/zsh/os/rc.Darwin
+source_config(): -> sourcing tmp/zsh/os/rc.Darwin
 loaded zsh/os/rc.Darwin
 source_config(): checking if tmp/zsh/host/rc.zucker exists
 source_config(): checking if tmp/zsh/rc.local exists
-source_config(): sourcing tmp/zsh/host/rc.zucker
+source_config(): -> sourcing tmp/zsh/host/rc.zucker
 loaded zsh/host/rc.zucker
 source_config(): checking if tmp/zsh/os/env.Darwin exists
 source_config(): checking if tmp/zsh/env.local exists
-source_config(): neither exists
+source_config(): -> neither exists
 source_config(): checking if tmp/zsh/host/env.zucker exists
 source_config(): checking if tmp/zsh/env.local exists
-source_config(): sourcing tmp/zsh/env.local
+source_config(): -> sourcing tmp/zsh/env.local
 loaded zsh.env.local
 source_config(): checking if tmp/bash/host/rc.zucker exists
 source_config(): checking if tmp/bash/rc.local exists
-source_config(): neither exists
+source_config(): -> neither exists
 source_config(): checking if tmp/shell//env.zucker exists
 source_config(): checking if tmp/shell/env.local exists
-source_config(): sourcing tmp/shell//env.zucker
+source_config(): -> sourcing tmp/shell//env.zucker
 loaded shell/env.zucker
+source_config(): checking if tmp/shell//logout exists
+source_config(): checking if tmp/shell/logout.local exists
+source_config(): -> sourcing tmp/shell//logout
+loaded shell/logout
+source_config(): checking if tmp/shell//doesnt-exist exists
+source_config(): checking if tmp/shell/doesnt-exist.local exists
+source_config(): -> neither exists