Skip to content

Commit

Permalink
deleted vim plugins folder, update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed Oct 10, 2018
1 parent c456d4d commit 8a49dae
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ -n "$force_color_prompt" ]; then
fi

if [ "$color_prompt" = yes ]; then
PS1='┌──${debian_chroot:+($debian_chroot)} \[\e[1;37m\]\u\[\e[m\] ─── \[\e[1;37m\]\H\[\e[m\] \[\e[1;34m\][\w]\[\e[m\]
PS1='┌──${debian_chroot:+($debian_chroot)}[\[\e[0;32m\]\u\[\e[m\]]───[\[\e[0;32m\]\H\[\e[m\]] \[\e[1;34m\][\w]\[\e[m\]
└────╼ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
Expand Down Expand Up @@ -117,10 +117,13 @@ fi

# PATH
export PATH=$PATH:~/bin
export PATH=$PATH:~/.local/bin

# EDITOR
export EDITOR=vim

# Uniform qt5 applications style
export QT_STYLE_OVERRIDE=gtk

# Import colorscheme from 'wal' asynchronously
(cat ~/.cache/wal/sequences &)
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/ale
Submodule ale deleted from ea01cc
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/auto-pairs
Submodule auto-pairs deleted from f0019f
22 changes: 0 additions & 22 deletions .vim/pack/plugins/start/git_update.sh

This file was deleted.

1 change: 0 additions & 1 deletion .vim/pack/plugins/start/indentLine
Submodule indentLine deleted from 4e4964
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/lightline.vim
Submodule lightline.vim deleted from 166f17
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/nerdtree
Submodule nerdtree deleted from 808f5b
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/vim-mucomplete
Submodule vim-mucomplete deleted from 3e0415
1 change: 0 additions & 1 deletion .vim/pack/plugins/start/vimwiki
Submodule vimwiki deleted from 5605f2

0 comments on commit 8a49dae

Please sign in to comment.