6 lines
137 B
Bash
6 lines
137 B
Bash
# Created by newuser for 5.9
|
|
|
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
|
export PATH="$PATH:$HOME/.local/bin"
|
|
eval "$(starship init zsh)"
|