Skip to content

Commit 714a339

Browse files
committed
style: insignificant changes
1 parent f871b18 commit 714a339

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

scripts/.scripts/crystal-spec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ GREEN='\033[0;32m'
55
NC='\033[0m'
66

77
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"

zsh/.zshrc

+8-10
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ bindkey -e
2727

2828
###############################################################################
2929

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-
4030
source "$ZGEN_SOURCE/zgenom.zsh"
4131

4232
# Updates every 7 days, this does not increase the startup time.
@@ -105,6 +95,14 @@ fi
10595
# User configuration
10696
###############################################################################
10797

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+
108106
setopt aliases
109107
setopt extendedglob
110108

0 commit comments

Comments
 (0)