From 000bd803648dd9d23e3b54100a8e2ca45e51d814 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 9 Oct 2025 09:57:20 +0200 Subject: [PATCH] Update .zshrc --- home/dot_zshrc | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 501c02b..c4a980f 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -33,6 +33,8 @@ WORDCHARS=${WORDCHARS//[\/]} # Zoxide configuration ZOXIDE_CMD_OVERRIDE=cd + + # -------------------- # Module configuration # -------------------- @@ -64,6 +66,8 @@ ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) #typeset -A ZSH_HIGHLIGHT_STYLES #ZSH_HIGHLIGHT_STYLES[comment]='fg=10' + + # ------------------ # Initialize modules # ------------------ @@ -76,6 +80,8 @@ source ${ZIM_HOME}/init.zsh autoload -Uz compinit && compinit -C + + # ------------------------------ # Post-init module configuration # ------------------------------ @@ -162,17 +168,17 @@ if [ -z "$TMUX" ]; then ssh-add 2>/dev/null # start tmux -# -# passwordstore -# -if [[ $(curl -s -w "%{http_code}\n" -L "https://git.jefflance.me/" -o /dev/null) = "200" ]]; then - echo -ne "\npasswordstore: " && pass git pull -else - echo -ne "\npasswordstore: serveur hors ligne" -fi - tmux attach - fi -fi +# # +# # passwordstore +# # +# if [[ $(curl -s -w "%{http_code}\n" -L "https://git.jefflance.me/" -o /dev/null) = "200" ]]; then +# echo -ne "\npasswordstore: " && pass git pull +# else +# echo -ne "\npasswordstore: serveur hors ligne" +# fi +# tmux attach +# fi +# fi