diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-29 23:52:38 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-29 23:52:38 +0400 |
commit | e4c51cd225762095d45f6e56793e8ea232212b1b (patch) | |
tree | c89ec06af049036416401730312d4c94b334de9f /config | |
parent | eeb68f0bca6fac60264d688d0116781985f683d2 (diff) |
zshrc: small comment change
Diffstat (limited to 'config')
-rwxr-xr-x | config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 869be26..9404f7f 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -1,4 +1,4 @@ -# Suleyman's zsh config at "https://git.farajli.net/slcf" +# Suleyman's zsh interactive shell config at "https://git.farajli.net/slcf" PROMPT="%B%F{red}%(?..%? )%B%F{blue}%n%b%f@%m %B%~ %% %b" |