From 682072ed6ebbc24d989bcb13c08927d2e057ba09 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 28 Nov 2023 20:00:01 -0500 Subject: [PATCH] fix neovim having two titles, fix man --- .config/nvim/lua/theme.lua | 4 +--- .zshrc | 17 +++++++---------- packages | 1 + 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua index c826410..cfcfb04 100644 --- a/.config/nvim/lua/theme.lua +++ b/.config/nvim/lua/theme.lua @@ -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, diff --git a/.zshrc b/.zshrc index 9075db5..7298612 100644 --- a/.zshrc +++ b/.zshrc @@ -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" diff --git a/packages b/packages index dfdbd88..9deb0b3 100644 --- a/packages +++ b/packages @@ -84,6 +84,7 @@ tmux tree ttf-dejavu unzip +vim virt-manager vulkan-tools waybar