Skip to content

Instantly share code, notes, and snippets.

View ryuma017's full-sized avatar
🦀

Ryuma Taguchi ryuma017

🦀
View GitHub Profile
@sho-t
sho-t / zsh_variable.md
Last active July 3, 2024 15:23
Zsh 変数メモ

variable

変数に関するメモ。 💤がついてるのはzsh 固有のもの。

📮 シェル変数と環境変数

  • シェル変数 → 子プロセスに継承されない
  • 環境変数 → 子プロセスに継承される

環境変数登録