Arch doesn't live here anymore
This commit is contained in:
parent
2ede8c65a6
commit
dce619ff59
2 changed files with 0 additions and 13 deletions
|
@ -44,7 +44,6 @@ autocmd FileType markdown,text setl tw=80 wm=2
|
|||
autocmd BufWritePre * :%s/\s\+$//e
|
||||
|
||||
" TODO: Make this configurable to handle multiple OSes
|
||||
" Arch Linux: set rtp+=~/.fzf
|
||||
" Thought this was Debian: set rtp+=/usr/local/opt/fzf
|
||||
" This is Debian: source /usr/share/doc/fzf/examples/fzf.vim
|
||||
" This works for Debian too:
|
||||
|
|
12
zsh/.zshrc
12
zsh/.zshrc
|
@ -26,13 +26,6 @@ elif command -v apt &> /dev/null; then
|
|||
|
||||
source /usr/share/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
elif command -v pacman &> /dev/null; then
|
||||
# Arch
|
||||
source /usr/share/fzf/completion.zsh
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
fi
|
||||
|
||||
# If you receive "highlighters directory not found" error message, │
|
||||
|
@ -100,11 +93,6 @@ elif command -v apt &> /dev/null; then
|
|||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||
elif command -v pacman &> /dev/null; then
|
||||
# Arch
|
||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] \
|
||||
&& printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
fi
|
||||
|
||||
# Automatically use Node.js version specified in .nvmrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue