9 lines
330 B
Bash
9 lines
330 B
Bash
# ~/.zshrc — User configuration for interactive zsh(1) shells.
|
|
# This file is sourced for interactive shells.
|
|
|
|
# User-specific aliases and functions can go here.
|
|
# The system-wide configuration in /etc/zsh/zshrc is already loaded.
|
|
|
|
# Example: customize prompt further
|
|
# PROMPT='%F{cyan}%n%f@%F{yellow}%m%f %F{green}%B%~%b%f $ '
|