summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 711e943..21a4648 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -17,7 +17,7 @@ compinit -d $XDG_CACHE_HOME/zsh/zcompdump
# Turn on clint prompt
autoload -Uz promptinit
promptinit
-prompt clint
+prompt suse
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
@@ -41,4 +41,3 @@ alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' dif
alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f"
alias vim="nvim"
-# [[ -z "$TMUX" ]] && exec tmux