fix neovim having two titles, fix man

This commit is contained in:
Freya Murphy 2023-11-28 20:00:01 -05:00
parent d9f3fd0a49
commit bfd55dc65e
3 changed files with 9 additions and 13 deletions

View file

@ -52,8 +52,6 @@ vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" })
vim.opt.termguicolors = true vim.opt.termguicolors = true
require("bufferline").setup {} require("bufferline").setup {}
require("barbecue").setup()
require("barbecue.ui").toggle(true)
require("fidget").setup { require("fidget").setup {
window = { window = {
blend = 0, 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" alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
# Have manpages use colors # Have manpages use colors
man() { export LESS_TERMCAP_md=$'\e[1;36m'
env \ export LESS_TERMCAP_me=$'\e[0m'
LESS_TERMCAP_md=$'\e[1;36m' \ export LESS_TERMCAP_se=$'\e[0m'
LESS_TERMCAP_me=$'\e[0m' \ export LESS_TERMCAP_so=$'\e[1;92m'
LESS_TERMCAP_se=$'\e[0m' \ export LESS_TERMCAP_ue=$'\e[0m'
LESS_TERMCAP_so=$'\e[1;92m' \ export LESS_TERMCAP_us=$'\e[1;35m'
LESS_TERMCAP_ue=$'\e[0m' \ export GROFF_NO_SGR=1
LESS_TERMCAP_us=$'\e[1;35m' \
man "$@"
}
# exit bad # exit bad
[ $NOEXIT ] && alias exit="echo Exiting is disabled" [ $NOEXIT ] && alias exit="echo Exiting is disabled"

View file

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