1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 00:49:15 +00:00
dotfiles/.config/fish/config.fish

8 lines
258 B
Fish
Raw Normal View History

2020-08-21 23:24:37 +00:00
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
2020-07-20 20:16:58 +00:00
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
2020-08-21 23:24:37 +00:00
set Z_CMD "j"
2020-08-16 15:21:47 +00:00
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
2020-08-21 23:24:37 +00:00
tty -s && starship init fish | source