File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ GREEN='\033[0;32m'
5
5
NC=' \033[0m'
6
6
7
7
echo -e " ${PURPLE} starting${NC} \` crystal spec ${@ } \` \n"
8
- crystal spec ${@ } && echo -e " \n${GREEN} done${NC} \n"
8
+ crystal spec " ${@ } " && echo -e " \n${GREEN} done${NC} \n"
Original file line number Diff line number Diff line change @@ -27,16 +27,6 @@ bindkey -e
27
27
28
28
# ##############################################################################
29
29
30
- # Case insensitive tab completion
31
- zstyle ' :completion:*' matcher-list ' m:{a-zA-Z}={A-Za-z}'
32
-
33
- # Speed up completions
34
- zstyle ' :completion:*' accept-exact ' *(N)'
35
- zstyle ' :completion:*' use-cache on
36
- zstyle ' :completion:*' cache-path ~ /.zsh/cache
37
-
38
- # ##############################################################################
39
-
40
30
source " $ZGEN_SOURCE /zgenom.zsh"
41
31
42
32
# Updates every 7 days, this does not increase the startup time.
105
95
# User configuration
106
96
# ##############################################################################
107
97
98
+ # Case insensitive tab completion
99
+ zstyle ' :completion:*' matcher-list ' m:{a-zA-Z}={A-Za-z}'
100
+
101
+ # Speed up completions
102
+ zstyle ' :completion:*' accept-exact ' *(N)'
103
+ zstyle ' :completion:*' use-cache on
104
+ zstyle ' :completion:*' cache-path ~ /.zsh/cache
105
+
108
106
setopt aliases
109
107
setopt extendedglob
110
108
You can’t perform that action at this time.
0 commit comments