From 0f1f53ad9bbdfff78d0d891b8cedc57b5ea3106c Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 23 Aug 2020 22:47:09 -0400 Subject: [PATCH] Fish: set $D to ~ if not aperture --- .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 07bba00..874915d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,4 +1,4 @@ -test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD +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