Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
#!/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
|
|
|