File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,30 @@ typeset -gA GEOMETRY; GEOMETRY[ROOT]=${0:A:h}
15
15
16
16
autoload -U add-zsh-hook
17
17
18
- function { local fun; for fun (" ${GEOMETRY[ROOT]} " /functions/* ) . $fun }
18
+ function {
19
+ local fun
20
+ for fun (
21
+ geometry_docker_machine \
22
+ geometry_echo \
23
+ geometry_exec_time \
24
+ geometry_exitcode \
25
+ geometry_git \
26
+ geometry_hg \
27
+ geometry_hostname \
28
+ geometry_jj \
29
+ geometry_jobs \
30
+ geometry_kube \
31
+ geometry_newline \
32
+ geometry_node \
33
+ geometry_npm_package_version \
34
+ geometry_path \
35
+ geometry_ruby \
36
+ geometry_rust_version \
37
+ geometry_rustup \
38
+ geometry_status \
39
+ geometry_virtualenv \
40
+ ) . " ${GEOMETRY[ROOT]} " /functions/$fun
41
+ }
19
42
20
43
(( $+ functions[ansi] )) || ansi () { (( $# - 2 )) || echo -n " %F{$1 }$2 %f" ; }
21
44
(( $+ functions[deansi] )) || deansi () { (( $# - 1 )) || echo -n " $( echo " $1 " | sed s/$( echo " \033" ) \\\[\[ 0-9\]\\\{ 1,2\\\} m//g) " ; }
You can’t perform that action at this time.
0 commit comments