vars.sh
· 457 B · Bash
Неформатований
$DESKTOP_SESSION # current display manager
$EDITOR # preferred text editor.
$LANG # current language.
$PATH # list of directories to search for executable files
$PWD # current directory
$SHELL # current shell
$USER # current username
$HOSTNAME # current hostname
# В посте с советом https://t.me/gitgate/59 была еще одна хитрая, редко используемая, но полезная переменная $HISTFILE . ;)
| 1 | $DESKTOP_SESSION # current display manager |
| 2 | $EDITOR # preferred text editor. |
| 3 | $LANG # current language. |
| 4 | $PATH # list of directories to search for executable files |
| 5 | $PWD # current directory |
| 6 | $SHELL # current shell |
| 7 | $USER # current username |
| 8 | $HOSTNAME # current hostname |
| 9 | |
| 10 | # В посте с советом https://t.me/gitgate/59 была еще одна хитрая, редко используемая, но полезная переменная $HISTFILE . ;) |