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
333 B
Fish
Raw Normal View History

2020-08-24 02:47:09 +00:00
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
2020-08-22 23:01:04 +00:00
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-28 20:59:33 +00:00
export EDITOR=nvim PAGER=most
2020-08-21 23:24:37 +00:00
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish