env variable
This commit is contained in:
parent
91d59dab14
commit
875be9645e
@ -3,3 +3,4 @@
|
||||
## std
|
||||
- [Значение из Regex::MatchData](value_from_match.cr) - Получить значение из `Regex::MatchData("Happy")`
|
||||
- [IO::TimeoutError](prompt_timeout.cr) - Установка тайм-аута на пользовательский ввод
|
||||
- [ENV["..."]](env_variable.cr) - Переменные среды
|
||||
|
3
~/Crystal/env_variable.cr
Normal file
3
~/Crystal/env_variable.cr
Normal file
@ -0,0 +1,3 @@
|
||||
shell = ENV["SHELL"]
|
||||
|
||||
puts "SHELL: #{shell}\nLANG: #{ENV["COLORTERM"]}"
|
Loading…
Reference in New Issue
Block a user