aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-06 00:25:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-06 00:25:53 +0800
commit46330677f75c0d20d9a1e32a1875f27ab41349ca (patch)
tree425154c745e6949f345132735e21ab81fcdde617 /zsh
parent77a7744876f04ff9abcc2e0c2732fd4be6b052cb (diff)
Completion for task
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index c11e798..b96e853 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -11,7 +11,6 @@ echo '\e[1 q'
11export SETTING_DIR=$HOME/helper 11export SETTING_DIR=$HOME/helper
12fpath=($SETTING_DIR/zsh $fpath) 12fpath=($SETTING_DIR/zsh $fpath)
13source $SETTING_DIR/zsh/completion.zsh 13source $SETTING_DIR/zsh/completion.zsh
14source $SETTING_DIR/bin/init/load-settings.sh
15 14
16# Reload zshrc 15# Reload zshrc
17function .() { 16function .() {
@@ -104,6 +103,9 @@ alias grep='grep --color'
104# Quick jump to parent folders 103# Quick jump to parent folders
105source ~/helper/zsh/bd.zsh 104source ~/helper/zsh/bd.zsh
106 105
106# Load my general settings
107source $SETTING_DIR/bin/init/load-settings.sh
108
107 109
108# Finally, make sure the terminal is in application mode, when zle is 110# Finally, make sure the terminal is in application mode, when zle is
109# active. Only then are the values from $terminfo valid. 111# active. Only then are the values from $terminfo valid.