From 63b9c7006c1ad21e8fa52c318eb1a616abc4260e Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 20 Nov 2024 19:52:38 +0800 Subject: Update --- zsh/zshrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index d361cf5..3780340 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -141,11 +141,6 @@ bindkey '^[,' insert-first-word # Quick jump to parent folders source $SETTING_DIR/zsh/bd.zsh - -# Load my general settings -source $SETTING_DIR/bin/init/load-settings.sh - - # Finally, make sure the terminal is in application mode, when zle is # active. Only then are the values from $terminfo valid. if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then @@ -162,4 +157,6 @@ case ":$PATH:" in *":$PNPM_HOME:"*) ;; *) export PATH="$PNPM_HOME:$PATH" ;; esac -# pnpm end \ No newline at end of file +# pnpm end + +source $SETTING_DIR/profile -- cgit v1.2.3-70-g09d2