From d46304378c03482ffdfb96fe582a95796b1db194 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 4 Nov 2025 16:41:52 +0000 Subject: Small changes --- Shell/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Shell/.zshrc') diff --git a/Shell/.zshrc b/Shell/.zshrc index 6f78ee3..ae3dadc 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -35,7 +35,7 @@ autoload -U compinit setopt autocd export ZSH_THEME="af-magic" PS1="%B%F{4}[%(4~|...|)%3~] -%F{white}%F{2}%m%b%f> %k" +%F{white}%n@%F{white}%F{2}%m%b%f> %k" setopt BANG_HIST setopt EXTENDED_HISTORY @@ -75,7 +75,6 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,' ## Imports source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh ## Vim binds -- cgit v1.2.3-13-gbd6f