update
This commit is contained in:
parent
fddd05f0b0
commit
aec956c083
@ -152,8 +152,21 @@ bindkey -M vicmd 'j' history-substring-search-down
|
|||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
# <<< fzf initialization <<<
|
# <<< fzf initialization <<<
|
||||||
|
|
||||||
|
#
|
||||||
|
# ocaml
|
||||||
|
#
|
||||||
|
|
||||||
# >>> opam configuration >>>
|
# >>> opam configuration >>>
|
||||||
#
|
#
|
||||||
test -r /home/jeff/.opam/opam-init/init.zsh && . /home/jeff/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
|
test -r /home/jeff/.opam/opam-init/init.zsh && . /home/jeff/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
|
||||||
# <<< opam configuration <<<
|
# <<< opam configuration <<<
|
||||||
|
|
||||||
|
#
|
||||||
|
# conda
|
||||||
|
#
|
||||||
|
|
||||||
|
# >>> conda configuration >>>
|
||||||
|
#
|
||||||
|
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||||
|
# <<< conda configuration <<<
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user