From 63b9c7006c1ad21e8fa52c318eb1a616abc4260e Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 20 Nov 2024 19:52:38 +0800 Subject: Update --- alias | 4 ++++ profile | 2 +- zsh/zshrc | 9 +++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/alias b/alias index 55198cf..520bdf4 100644 --- a/alias +++ b/alias @@ -157,6 +157,10 @@ alias gpg.config="$EDITOR ~/.gnupg/gpg-agent.conf" # }}} # MAIL {{{ alias smtp.conf='sudo vim /etc/smtpd/smtpd.conf' +alias mail.conf='sudo vim /etc/smtpd/smtpd.conf' +alias mail.pass='sudo vim /etc/mail/passwd' +alias mail.queue='sudo smtpctl show queue' +alias mail.show='sudo smtpctl show' alias m='mutt' alias mutt.rc="$EDITOR ~/.config/mutt/muttrc" alias h='himalaya' diff --git a/profile b/profile index 17de89d..3a48e0c 100644 --- a/profile +++ b/profile @@ -37,7 +37,7 @@ fi # Set zsh or bash if [[ $- =~ i ]]; then if [[ $shell == zsh ]]; then - setopt extended_glob + setopt extended_glob interactive_comments fpath=($SETTING_DIR/zsh $fpath) alias history='history -i' autoload compinit; compinit 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