mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: set D correctly
This commit is contained in:
parent
cc7b5d01a8
commit
2d355ca775
|
|
@ -1,6 +1,6 @@
|
||||||
|
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
|
|
||||||
|
|
||||||
tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish
|
tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue