Skip to content

Commit

Permalink
Disabled git in tmux
Browse files Browse the repository at this point in the history
Signed-off-by: Jerin Joy <[email protected]>
  • Loading branch information
jerinjoy committed Sep 24, 2024
1 parent c13e982 commit 7be9e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
fishd.tmp.*
homedir_files/config/fish/completions/
homedir_files/config/fish/fish_variables
homedir_files/config/fish/fishd.*
homedir_files/config/fish/functions/
homedir_files/config/fish/themes/
homedir_files/config/github-copilot/
homedir_files/config/go/
homedir_files/config/iterm2/
homedir_files/config/lazygit/
homedir_files/config/menus/
Expand All @@ -16,6 +18,5 @@ homedir_files/config/pulse/
homedir_files/config/qBit*
homedir_files/config/zsh-abbr/
homedir_files/vim/plugged
homedir_files/config/fish/fishd.*

Brewfile.lock.json
5 changes: 3 additions & 2 deletions homedir_files/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ set -g @dracula-military-time true
set -g @dracula-show-timezone false
set -g @dracula-day-month true
set -g @dracula-show-powerline true
set -g @dracula-plugins "git time"
set -g @dracula-git-colors "light_yellow dark_gray"
#set -g @dracula-plugins "git time"
set -g @dracula-plugins "time"
#set -g @dracula-git-colors "light_yellow dark_gray"
set -g @dracula-show-flags true
set -g @dracula-git-disable-status true

Expand Down

0 comments on commit 7be9e7c

Please sign in to comment.