Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
yuki yano
yuki-yano
119
followers
·
39
following
Tokyo/Japan
X
@yuki_ycino
View GitHub Profile
All gists
40
Starred
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
1 fork
0 comments
39 stars
sho-t
/
zsh_variable.md
Last active
February 25, 2025 02:22
Zsh 変数メモ
variable
変数に関するメモ。 💤がついてるのはzsh 固有のもの。
📮 シェル変数と環境変数
シェル変数 → 子プロセスに継承されない
環境変数 → 子プロセスに継承される
環境変数登録
You can’t perform that action at this time.