From c366e931cc3dd58dc954cfe7f0bddce6c59cfc9b Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 22 Dec 2020 12:31:09 +0400 Subject: Changed init.vim and zshrc --- .config/zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/zsh/.zshrc') 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 -- cgit v1.2.3