summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-12-22 12:31:09 +0400
committerAndrew <saintruler@gmail.com>2020-12-22 12:31:09 +0400
commitc366e931cc3dd58dc954cfe7f0bddce6c59cfc9b (patch)
treedbea8a0e3eaf0ebde578c2be3140d5b7de801697 /.config/zsh/.zshrc
parent4d65cda4603879a0dcae64c852115461a90895db (diff)
Changed init.vim and zshrc
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