aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c20e539..c82c6ad 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,4 +1,6 @@
eval "$(/opt/homebrew/bin/brew shellenv)"
+
+PROMPT='[%n@%m %F{#afd7ff}%~%f]%# '
alias python=python3
alias ls='ls -lah'
alias vim=nvim