From 2d355ca775659644028ba551f7b516204e3e71a3 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 22 Aug 2020 19:01:04 -0400 Subject: [PATCH] Fish: set D correctly --- .config/fish/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 56eb58b..07bba00 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,6 +1,6 @@ +test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD + 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 -test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD - tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish