fix neovim having two titles, fix man

This commit is contained in:
Freya Murphy 2023-11-28 20:00:01 -05:00
parent f58c203ce3
commit 682072ed6e
No known key found for this signature in database
GPG key ID: 988032A5638EE799
3 changed files with 9 additions and 13 deletions

View file

@ -51,9 +51,7 @@ vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" })
vim.opt.termguicolors = true
require("bufferline").setup{}
require("barbecue").setup()
require("barbecue.ui").toggle(true)
require("bufferline").setup {}
require("fidget").setup {
window = {
blend = 0,

17
.zshrc
View file

@ -39,16 +39,13 @@ alias ccat="highlight --out-format=ansi"
alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
# Have manpages use colors
man() {
env \
LESS_TERMCAP_md=$'\e[1;36m' \
LESS_TERMCAP_me=$'\e[0m' \
LESS_TERMCAP_se=$'\e[0m' \
LESS_TERMCAP_so=$'\e[1;92m' \
LESS_TERMCAP_ue=$'\e[0m' \
LESS_TERMCAP_us=$'\e[1;35m' \
man "$@"
}
export LESS_TERMCAP_md=$'\e[1;36m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[1;92m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;35m'
export GROFF_NO_SGR=1
# exit bad
[ $NOEXIT ] && alias exit="echo Exiting is disabled"

View file

@ -84,6 +84,7 @@ tmux
tree
ttf-dejavu
unzip
vim
virt-manager
vulkan-tools
waybar