Skip to content

Commit

Permalink
fix: remove zsh cruft
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Apr 17, 2022
1 parent ec9b676 commit 7b50aef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ setopt AUTO_PARAM_SLASH # If completed parameter is a directory, add a trailing
setopt COMPLETE_IN_WORD # Complete from both ends of a word.
setopt EXTENDED_GLOB # Needed for file modification glob modifiers with compinit.
setopt MENU_COMPLETE # Do not autoselect the first completion entry.
setopt PATH_DIRS # Perform path search even on command names with slashes.
setopt PATH_DIRS # Perform path search even on command names with slashes. # Perform path search even on command names with slashes.
12 changes: 6 additions & 6 deletions zsh/.config/zsh/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ZINIT[BIN_DIR]=$ZINIT[HOME_DIR]/zinit.git ZINIT[OPTIMIZE_OUT_DISK_ACCESSES]=1
ZINIT[COMPLETIONS_DIR]=$ZINIT[HOME_DIR]/completions ZINIT[SNIPPETS_DIR]=$ZINIT[HOME_DIR]/snippets
ZINIT[ZCOMPDUMP_PATH]=$ZINIT[HOME_DIR]/zcompdump ZINIT[PLUGINS_DIR]=$ZINIT[HOME_DIR]/plugins
ZI_FORK='vladdoster'; ZI_REPO='zdharma-continuum'; GH_RAW_URL='https://raw.githubusercontent.com'

if [[ ! -e $ZINIT[BIN_DIR] ]]; then
info 'downloading zinit' \
&& command git clone \
Expand Down Expand Up @@ -79,17 +80,16 @@ export LESS='-RMs'; export PAGER=less; export VISUAL=vi
# zi ice pip'pip;wheel;setuptools;speedtest-cli;'
# mdformat'{'','-config','-gfm','-shfmt','-toc','-web'}';isort;pylint;black'
# zi load "$ZI_REPO"/null
zi from'gh-r' lbin nocompile for \
zi from'gh-r' lbin nocompile light-mode for \
@BurntSushi/ripgrep \
@git-chglog/git-chglog \
sbin'**/hyperfine -> hyperfine' @sharkdp/hyperfine \
@sharkdp/hyperfine \
dandavison/delta \
koalaman/shellcheck \
lbin'* -> shfmt' @mvdan/sh \
pemistahl/grex \
r-darwish/topgrade \
sbin'**/nvim' ver'nightly' bpick'*mac*' neovim/neovim \
sbin'**/rg -> rg' @BurntSushi/ripgrep \
ver'nightly' neovim/neovim \
lbin'* -> shfmt' @mvdan/sh \
lbin'**/nvim' ver'nightly' neovim/neovim \
atclone'mv completions/exa.zsh _exa' \
atinit"alias l='exa -blF';alias la='exa -abghilmu;alias ll='exa -al;alias ls='exa --git --group-directories-first'" \
ogham/exa \
Expand Down

0 comments on commit 7b50aef

Please sign in to comment.