1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: set $D to ~ if not aperture

This commit is contained in:
Phantop 2020-08-23 22:47:09 -04:00
parent 589f3aab80
commit 0f1f53ad9b

View file

@ -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