fedora-silverblue-dotdiles/Zsh/.zshrc
2024-07-27 16:35:55 +09:00

11 lines
138 B
Bash

# Set path
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
# Plugins
plugins=(git)
# Start starship
eval "$(starship init zsh)"