diff options
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r-- | Shell/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index a2e21f8..8a25b3e 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,8 +1,6 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- ## Aliases -setopt autocd -export TERM=xterm-256color alias vim="nvim" alias clip="xclip -sel clip" alias paste="xclip -o" @@ -16,6 +14,7 @@ alias sedit="eserver -a emacs -c" alias dre="doom sync" ## ZSH +setopt autocd export ZSH_THEME="af-magic" PS1="%B%F{blue}[%(4~|...|)%3~] %F{white}λ %b%f%k" |