Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
#!/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
|
|
|