aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorYousef Jan <yousefjan24000@gmail.com>2026-05-10 07:34:30 +0300
committerYousef Jan <yousefjan24000@gmail.com>2026-05-10 07:34:30 +0300
commit3db77a4aea42ff6f2f8c302e1be63620b9ba2bab (patch)
tree3e523e7e0210f5d9104d31727b94e39f1ea8ecd4 /zsh
parent26ef48f66761ca950a9d85be6efd2aa0dee8008e (diff)
Shell updates
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