Variables: Difference between revisions

From Tučňák Wiki
Jump to navigation Jump to search
Ok1zia (talk | contribs)
No edit summary
Ok1zia (talk | contribs)
No edit summary
Line 2: Line 2:


* HOME - user's home directory. This variable is equivalent with `~'.
* HOME - user's home directory. This variable is equivalent with `~'.
* TUCNAK - directory to store tucnak informations. Normally $HOME/tucnak. Precedence over HOME
* TUCNAK_DEBUG - if this variable is set then debug information is written to stderr. If you can define file name to save debug information you must refill this variable.
* TUCNAK_DEBUG - if this variable is set then debug information is written to stderr. If you can define file name to save debug information you must refill this variable.


TODO grep getenv src/*.c
Read for minor reasons: COLORTERM, COLUMNS, DISPLAY, LANG, LC_*, LINES, SHELL, STY, TEMP, TERM, TMP, TWDISPLAY, USER

Revision as of 09:31, 2 January 2013

  • HOME - user's home directory. This variable is equivalent with `~'.
  • TUCNAK - directory to store tucnak informations. Normally $HOME/tucnak. Precedence over HOME
  • TUCNAK_DEBUG - if this variable is set then debug information is written to stderr. If you can define file name to save debug information you must refill this variable.

Read for minor reasons: COLORTERM, COLUMNS, DISPLAY, LANG, LC_*, LINES, SHELL, STY, TEMP, TERM, TMP, TWDISPLAY, USER