More stuff
This commit is contained in:
parent
684e99032d
commit
2bcd34a21e
1 changed files with 2 additions and 4 deletions
|
@ -65,9 +65,7 @@ fi
|
||||||
|
|
||||||
if [[ ( $ZNAP_USED = 1 ) ]]; then
|
if [[ ( $ZNAP_USED = 1 ) ]]; then
|
||||||
znap source oh-my-zsh lib/{git,completion}
|
znap source oh-my-zsh lib/{git,completion}
|
||||||
fpath=($fpath "$(znap path oh-my-zsh)/plugins/pass")
|
fpath=($fpath $(znap path oh-my-zsh)/plugins/{pass,ripgrep,cargo,docker,docker-compose,rsync,fd})
|
||||||
fpath=($fpath "$(znap path oh-my-zsh)/plugins/ripgrep")
|
|
||||||
fpath=($fpath "$(znap path oh-my-zsh)/plugins/cargo")
|
|
||||||
znap source zsh-syntax-highlighting
|
znap source zsh-syntax-highlighting
|
||||||
znap source zsh-completions
|
znap source zsh-completions
|
||||||
znap source zsh-completions-anyenv
|
znap source zsh-completions-anyenv
|
||||||
|
@ -93,7 +91,7 @@ fi
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
znap source oh-my-zsh plugins/gitignore
|
znap source oh-my-zsh plugins/{gitignore,git,helm,mvn,gradle}
|
||||||
|
|
||||||
alias exa="exa -l --git"
|
alias exa="exa -l --git"
|
||||||
if [[ $(uname -s) =~ 'Linux' ]]; then
|
if [[ $(uname -s) =~ 'Linux' ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue