From 4d8e4f51d30aaa391927552eb3cc1f8ba5874509 Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 28 Aug 2020 16:59:33 -0400 Subject: [PATCH] Fish: export pager and editor --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 818c4a6..75ae061 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,6 +2,6 @@ test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~ set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions -set EDITOR nvim; set PAGER most +export EDITOR=nvim PAGER=most tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish