mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-26 00:59:23 +00:00
8 lines
163 B
Bash
8 lines
163 B
Bash
# History
|
|
HISTFILE=${ZDOTDIR:-$HOME}/.zsh_history
|
|
HISTSIZE=2000
|
|
SAVEHIST=1000
|
|
|
|
# Prompt
|
|
export PS1="%F{8}[%F{white}%n@%m%F{8}] (%F{white}%1~%F{8}) %F{white}%#%f "
|