From 6b590eaa8f6dd0b2e411f3dfea7f863bcc5ecde7 Mon Sep 17 00:00:00 2001 From: joshrandall8478 <joshrandall8478@gmail.com> Date: Sat, 4 Jan 2025 13:21:18 -0500 Subject: [PATCH] added neovim as manpager --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fd771cb..25d2866 100644 --- a/.zshrc +++ b/.zshrc @@ -177,8 +177,9 @@ alias vc='code' # gui code editor eval "$(zoxide init zsh)" +fastfetch -c ~/smallfetch.jsonc alias smallfetch="fastfetch -c ~/smallfetch.jsonc" -smallfetch +#smallfetch fortune -s -n 100 -o export PATH=$PATH:/home/joshr/.spicetify @@ -188,3 +189,6 @@ alias fucking='sudo' # because its funny alias archbtw='clear;neofetch' alias baseddino="fortune -s -n 150 -o | cowsay -f stegosaurus" +#eval "$(zellij setup --generate-auto-start zsh)" + +export MANPAGER='nvim +Man!' -- GitLab