mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +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
|