mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-13 02:12:44 +00:00
7 lines
301 B
Fish
7 lines
301 B
Fish
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
|
|
|
|
tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish
|