etc
This commit is contained in:
parent
17e5915087
commit
49720fac34
@ -5,6 +5,6 @@ if status then
|
||||
vim.cmd.colorscheme('terafox')
|
||||
|
||||
-- Transparency.
|
||||
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
|
||||
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
|
||||
-- vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
|
||||
-- vim.api.nvim_set_hl_ns(1)
|
||||
end
|
||||
|
@ -21,15 +21,13 @@ bind -r L resize-pane -R 5
|
||||
#-------------------------------------------------------#
|
||||
# View.
|
||||
#-------------------------------------------------------#
|
||||
# set -g window-style 'bg=cyan fg=default'
|
||||
# set -g window-active-style 'bg=cyan fg=default'
|
||||
# set -g window-style 'bg=default fg=default'
|
||||
# set -g window-active-style 'bg=default fg=default'
|
||||
|
||||
set -g pane-border-style 'fg=blue'
|
||||
set -g pane-active-border-style 'fg=blue'
|
||||
|
||||
set -g status-bg blue
|
||||
# set -g pane-border-style 'fg=blue'
|
||||
# set -g pane-active-border-style 'fg=blue'
|
||||
# set -g status-bg blue
|
||||
|
||||
# set -g status-fg white
|
||||
|
||||
# set -g status-right-style 'fg=blue'
|
||||
# set -g status-right-style 'fg=dark'
|
||||
# set -g status-right '#[fg=blue]%a%d-%m-%Y %H:%M:%S'
|
||||
|
@ -13,3 +13,6 @@ zsh_include_file "includes/nvm"
|
||||
# Add plugins.
|
||||
# zsh_add_plugin "hlissner/zsh-autopair"
|
||||
zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
|
||||
|
||||
# bun completions
|
||||
[ -s "/home/antoxa/.bun/_bun" ] && source "/home/antoxa/.bun/_bun"
|
||||
|
@ -1 +1,5 @@
|
||||
source $HOME/.config/zsh/.zshrc
|
||||
|
||||
# bun
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user