Goodbye ohmyzsh

This commit is contained in:
CramMK
2020-06-15 15:24:06 +02:00
parent 902d0fce0f
commit 7f07e40092
5 changed files with 2 additions and 25 deletions

View File

@@ -1,7 +1,3 @@
export ZSH="/home/$USER/.ohmyzsh"
ZSH_THEME="the-one"
## Prompt
autoload -Uz vcs_info
autoload -U colors && colors
@@ -11,13 +7,6 @@ setopt prompt_subst
export PROMPT="%{$fg[yellow]%}%m %{$fg_bold[green]%}➜ %{$fg_bold[blue]%}%~ %{$fg_bold[red]%}\$vcs_info_msg_0_ %{$reset_color%}"
zstyle ':vcs_info:git:*' formats '%b'
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
plugins=()
#source $ZSH/oh-my-zsh.sh
## Exports
export TERM="xterm-256color"
export EDITOR="vim"
@@ -90,7 +79,7 @@ bindkey -v
export FZF_DEFAULT_OPTS='--preview="head {}" --layout=reverse --bind=tab:down --bind=btab:up'
## fzf Bindings in zsh (C-r and C-t)
if [[ -x $(which fzf) ]]
if [[ -x $(which fzf 2> /dev/null) ]]
then
source ~/.vim/bundle/fzf/shell/key-bindings.zsh
else