scripts/fish/00-vars

10 lines
209 B
Plaintext
Raw Permalink Normal View History

2021-06-20 06:54:18 -07:00
#!/usr/bin/env fish
# if EDITOR isn't set then we're probably in a remote session
# and need to set the stuff in our environment again
if test ! $EDITOR
source $_agw_dir_rc/system/env/00-vars.sh
end
## EOF