mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-31 03:18:16 +00:00
9 lines
206 B
Bash
9 lines
206 B
Bash
# History
|
|
HISTFILE=${ZDOTDIR:-$HOME}/.zsh_history
|
|
HISTSIZE=2000
|
|
SAVEHIST=1000
|
|
|
|
# Prompt
|
|
setopt PROMPT_SUBST
|
|
export PS1='%F{8}[%F{white}%n@%m%F{8}] (%F{white}%1~%F{8}) %F{yellow}$AWS_PROFILE%F{white} %#%f '
|