From 0824ccbdc7568274763aae2332c17a4296e58eef Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Fri, 19 Jul 2024 10:16:26 -0300 Subject: [PATCH] feat(desktop): add vi mode to zsh and date to tmux --- desktop/configs/shell-files/.zshrc | 2 +- desktop/configs/tmux/.config/tmux/themes/tmux-solarized.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/configs/shell-files/.zshrc b/desktop/configs/shell-files/.zshrc index 40d6898..7353457 100644 --- a/desktop/configs/shell-files/.zshrc +++ b/desktop/configs/shell-files/.zshrc @@ -19,7 +19,7 @@ umask 002 # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS="true" -plugins=(git fast-syntax-highlighting zsh-autosuggestions autojump) +plugins=(git fast-syntax-highlighting zsh-autosuggestions autojump zsh-vi-mode) ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#344146" diff --git a/desktop/configs/tmux/.config/tmux/themes/tmux-solarized.conf b/desktop/configs/tmux/.config/tmux/themes/tmux-solarized.conf index 33e97fa..14cc1e0 100644 --- a/desktop/configs/tmux/.config/tmux/themes/tmux-solarized.conf +++ b/desktop/configs/tmux/.config/tmux/themes/tmux-solarized.conf @@ -19,7 +19,7 @@ set-option -g status-justify left # Right side of status bar set-option -g status-right-length 200 -set -g status-right "#{playerctl_short} | #(whoami)@#h " +set -g status-right "#{playerctl_short} | #(whoami)@#h | #(date +%H:%M) " set -g @short_length "50" # set -g @short_length "30"