dotfiles/.zshrc
2025-01-21 02:06:15 -08:00

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)"