mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 14:34:47 +00:00
Fish: set $D to ~ if not aperture
This commit is contained in:
parent
589f3aab80
commit
0f1f53ad9b
|
@ -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_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
|
||||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||||
|
|
Loading…
Reference in a new issue