Andrew's git
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add new zsh theme
[dotfiles.git]
/
zsh
/
.zshrc
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index 4567a80b68d0a4204f896f540c5766685e571e00..cf24d64656dd68f2c681b622ae9df0838ec1f8d7 100755
(executable)
--- a/
zsh/.zshrc
+++ b/
zsh/.zshrc
@@
-17,7
+17,6
@@
export ZSH=$HOME/.oh-my-zsh
# Use vi mode
bindkey -v
-
# ---
# Behaviour
# ---
@@
-37,7
+36,7
@@
alias cat=bat
# ---
# Appearance
# ---
-ZSH_THEME="
agnoster-
custom"
+ZSH_THEME="custom"
COMPLETION_WAITING_DOTS="true"
# plugins can be found in ~/.oh-my-zsh/plugins/*