Skip to content

Commit

Permalink
alpha working again
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed Jan 30, 2023
1 parent 5c4e882 commit 004b4b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions nvim_custom/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ return {
},

["goolord/alpha-nvim"] = {
disable = false,
override_options = overrides.alpha,
},

Expand Down
1 change: 0 additions & 1 deletion nvim_custom/plugins/overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ M.mason = {
-- rails
"solargraph",
},
automatic_installation = true
}

M.blankline = {
Expand Down
4 changes: 2 additions & 2 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ set -g mouse on
set -g renumber-windows on

# tmux 256 color support
# set -g default-terminal "xterm-256color"
# set -as terminal-overrides ",xterm-kitty:RGB"
set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ",xterm-kitty:RGB"

# Rather than constraining window size to the maximum size of any client
# connected to the *session*, constrain window size to the maximum size of any
Expand Down
2 changes: 0 additions & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export ZSH=~/.oh-my-zsh
#ZSH_THEME="agnoster"
export ZSH_THEME="gnzh"

export TERM=screen-256color

# Set list of themes to load
# Setting this variable when ZSH_THEME=random
# cause zsh load theme from this variable instead of
Expand Down

0 comments on commit 004b4b7

Please sign in to comment.