From 099d36cf17e14103724c4318673e21cd978ce46c Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 26 Aug 2020 00:12:30 -0400 Subject: [PATCH] Fish;setup: use most as pager, rm nvimpager --- .config/fish/fish_variables | 2 +- .setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 142ba9d..b2ef53c 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -2,7 +2,7 @@ # VERSION: 3.0 SETUVAR --export ARCH:x86_64 SETUVAR --export EDITOR:nvim -SETUVAR --export PAGER:nvimpager +SETUVAR --export PAGER:most SETUVAR __fish_init_2_39_8:\x1d SETUVAR __fish_init_2_3_0:\x1d SETUVAR __fish_init_3_x:\x1d diff --git a/.setup b/.setup index 3b5237a..9b248f1 100755 --- a/.setup +++ b/.setup @@ -3,7 +3,7 @@ sudo eopkg it -c system.devel sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus desktop="keepassx kitty mpv qutebrowser rofi zathura" -terminal="aria2 autojump busybox fd fish jq ncdu neovim solbuild-config-local-unstable stow" +terminal="aria2 autojump busybox fd fish jq most ncdu neovim solbuild-config-local-unstable stow" sudo eopkg it $desktop $terminal rm ~/.bashrc