Skip to content

Commit

Permalink
Improve colors settings
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Jan 3, 2024
1 parent 84da543 commit 6d5690b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Fix issue with incorrect Vim colors
set -g default-terminal "xterm-256color"
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"

# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
Expand Down Expand Up @@ -69,9 +70,5 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-processes '"ngrok start grain-backend"'

set -g terminal-overrides ',xterm-256color:Tc'
set -g default-terminal "tmux-256color"
set -as terminal-overrides ',xterm*:sitm=\E[3m'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
4 changes: 1 addition & 3 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ compinit -C
# CASE_SENSITIVE="true"

# Uncomment the following line to use hyphen-insensitive completion. Case
# sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# sensitive completion must be off. _ and - will be interchangeable. HYPHEN_INSENSITIVE="true"

# Uncomment the following line to disable bi-weekly auto-update checks.
DISABLE_AUTO_UPDATE="true"
Expand Down Expand Up @@ -111,7 +110,6 @@ export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export PATH="/usr/local/bin:$PATH"
export PATH="/Users/semanser/.cabal/bin:$PATH"

export TERM="xterm-256color"

# Set custom prompt
PROMPT="%(?:%{$fg_bold[green]%}➜:%{$fg_bold[red]%}➜)"
Expand Down

0 comments on commit 6d5690b

Please sign in to comment.