mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-26 15:06:50 +00:00
Fish: set $D based on hostname
This commit is contained in:
parent
c925b4aedd
commit
ec66a9084e
|
@ -1,5 +1,3 @@
|
|||
# PATHS #
|
||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||
|
||||
# FOR INTERACTIVE TERMINAL #
|
||||
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
|
||||
tty -s && starship init fish | source
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export ARCH:x86_64
|
||||
SETUVAR --export D:/mnt/LocalDiskD
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR --export PAGER:nvimpager
|
||||
SETUVAR ZO_CMD:jo
|
||||
|
|
Loading…
Reference in a new issue