Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
caviness:login [2019/06/27 16:34] frey [Shell customization] |
caviness:login [2020/11/09 15:14] (current) frey [Shell customization] |
||
---|---|---|---|
Line 53: | Line 53: | ||
[«username»@login00 ~]$ | [«username»@login00 ~]$ | ||
</code> | </code> | ||
+ | |||
+ | ==== Workgroup queries ==== | ||
+ | |||
+ | The ''workgroup'' command also allows you to query to which workgroups you belong: | ||
+ | |||
+ | <code> | ||
+ | [«username»@login00 ~]$ workgroup --query workgroups | ||
+ | 1001 workgroup1 | ||
+ | 1010 workgroup10 | ||
+ | </code> | ||
+ | |||
+ | All available options are summarized using the ''workgroup --help'' command. | ||
===== Shell customization ===== | ===== Shell customization ===== | ||
Line 60: | Line 72: | ||
^Variable^Description^ | ^Variable^Description^ | ||
- | |''IT_WANT_ENV_EXTENSIONS''|Set to ''yes'' to enable the affects of the other variables| | + | |''IT_WANT_ENV_EXTENSIONS''|Set to ''yes'' to enable the effects of the other variables| |
|''IT_SET_WORKGROUP_ON_LOGIN''|Set to ''yes'' to automatically change to your default workgroup at login| | |''IT_SET_WORKGROUP_ON_LOGIN''|Set to ''yes'' to automatically change to your default workgroup at login| | ||
|''IT_DEFAULT_WORKGROUP''|The name of the workgroup to use by default; if unspecified, then the first workgroup listed by the ''workgroup --query workgroups'' command| | |''IT_DEFAULT_WORKGROUP''|The name of the workgroup to use by default; if unspecified, then the first workgroup listed by the ''workgroup --query workgroups'' command| |