aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-20 19:52:38 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-20 19:52:44 +0800
commit63b9c7006c1ad21e8fa52c318eb1a616abc4260e (patch)
treef2b46d7935e8985124857cc6c8945e1473fb1a20 /zsh
parent88e326062c8165cba6a99a1e0f7d7ec547a31987 (diff)
Update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc9
1 files changed, 3 insertions, 6 deletions
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
141# Quick jump to parent folders 141# Quick jump to parent folders
142source $SETTING_DIR/zsh/bd.zsh 142source $SETTING_DIR/zsh/bd.zsh
143 143
144
145# Load my general settings
146source $SETTING_DIR/bin/init/load-settings.sh
147
148
149# Finally, make sure the terminal is in application mode, when zle is 144# Finally, make sure the terminal is in application mode, when zle is
150# active. Only then are the values from $terminfo valid. 145# active. Only then are the values from $terminfo valid.
151if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then 146if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
@@ -162,4 +157,6 @@ case ":$PATH:" in
162 *":$PNPM_HOME:"*) ;; 157 *":$PNPM_HOME:"*) ;;
163 *) export PATH="$PNPM_HOME:$PATH" ;; 158 *) export PATH="$PNPM_HOME:$PATH" ;;
164esac 159esac
165# pnpm end \ No newline at end of file 160# pnpm end
161
162source $SETTING_DIR/profile