Skip to content

Instantly share code, notes, and snippets.

@raxod502

raxod502/.zshrc Secret

Created December 15, 2016 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raxod502/90180c1292d691f4cc5724c16826274a to your computer and use it in GitHub Desktop.
Save raxod502/90180c1292d691f4cc5724c16826274a to your computer and use it in GitHub Desktop.
Problematic ~/.zshrc
zstyle ':completion:*:*:*:*:globbed-files' matcher 'r:|?=** m:{a-z\-}={A-Z\_}'
zstyle ':completion:*:*:*:*:local-directories' matcher 'r:|?=** m:{a-z\-}={A-Z\_}'
zstyle ':completion:*:*:*:*:directories' matcher 'r:|?=** m:{a-z\-}={A-Z\_}'
zstyle ':completion:*' menu select
setopt globdots
autoload -Uz compinit
compinit
mkdir -p ~/Desktop
mkdir -p ~/.rstudio-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment