You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
209 B
10 lines
209 B
1 year ago
|
#!/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
|