Skip to content

Commit

Permalink
style: insignificant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed Jun 14, 2022
1 parent f871b18 commit 714a339
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/.scripts/crystal-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ GREEN='\033[0;32m'
NC='\033[0m'

echo -e "${PURPLE}starting${NC} \`crystal spec ${@}\`\n"
crystal spec ${@} && echo -e "\n${GREEN}done${NC}\n"
crystal spec "${@}" && echo -e "\n${GREEN}done${NC}\n"
18 changes: 8 additions & 10 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ bindkey -e

###############################################################################

# Case insensitive tab completion
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'

# Speed up completions
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache

###############################################################################

source "$ZGEN_SOURCE/zgenom.zsh"

# Updates every 7 days, this does not increase the startup time.
Expand Down Expand Up @@ -105,6 +95,14 @@ fi
# User configuration
###############################################################################

# Case insensitive tab completion
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'

# Speed up completions
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache

setopt aliases
setopt extendedglob

Expand Down

0 comments on commit 714a339

Please sign in to comment.