diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -141,11 +141,6 @@ bindkey '^[,' insert-first-word | |||
141 | # Quick jump to parent folders | 141 | # Quick jump to parent folders |
142 | source $SETTING_DIR/zsh/bd.zsh | 142 | source $SETTING_DIR/zsh/bd.zsh |
143 | 143 | ||
144 | |||
145 | # Load my general settings | ||
146 | source $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. |
151 | if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then | 146 | if (( ${+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" ;; |
164 | esac | 159 | esac |
165 | # pnpm end \ No newline at end of file | 160 | # pnpm end |
161 | |||
162 | source $SETTING_DIR/profile | ||