Files
dotstate-storage/default/.config/zsh/.zshrc
T

9 lines
336 B
Bash

# ~/.zshrc: Executed for EVERY INTERACTIVE shell (terminal tabs/windows).
# Use for aliases, functions, prompt themes, key bindings, and shell options (setopt).
# This is where 90% of your customization belongs.
source ${ZDOTDIR}/init.zsh
source ${ZDOTDIR}/aliases.zsh
source ${ZDOTDIR}/functions.zsh
eval "$(starship init zsh)"