mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 14:34:47 +00:00
8 lines
335 B
Fish
8 lines
335 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
|
|
set EDITOR nvim; set PAGER most
|
|
|
|
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish
|