mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 23:56:16 +00:00
7 lines
165 B
Fish
7 lines
165 B
Fish
# Environment variables for fish shell
|
|
|
|
# PATH additions
|
|
export PATH="$HOME/bin:$PATH"
|
|
export PATH="$HOME/.local/bin:$PATH"
|
|
|
|
# Other environment variables goes here
|