diff options
| author | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 07:34:30 +0300 |
|---|---|---|
| committer | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 07:34:30 +0300 |
| commit | 3db77a4aea42ff6f2f8c302e1be63620b9ba2bab (patch) | |
| tree | 3e523e7e0210f5d9104d31727b94e39f1ea8ecd4 /zsh/.zshrc | |
| parent | 26ef48f66761ca950a9d85be6efd2aa0dee8008e (diff) | |
Shell updates
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |