From 5bd66f19176fd9a3bada4a855036c6e4d48e23bd Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 13 Jan 2024 15:18:35 +0800 Subject: [PATCH] Sort. --- .zshrc.local | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc.local b/.zshrc.local index 15d3307..1463c74 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -1,12 +1,11 @@ # autoload -Uz compinit compinit -# -alias "update=(cd ~/git; make all)" -# [[ -s /usr/share/doc/fzf/examples/completion.zsh ]] && source /usr/share/doc/fzf/examples/completion.zsh [[ -s /usr/share/doc/fzf/examples/key-bindings.zsh ]] && source /usr/share/doc/fzf/examples/key-bindings.zsh # +alias "update=(cd ~/git; make all)" +# [[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm" [[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"