diff --git a/bashrc.d/eza.bash b/bashrc.d/eza.bash new file mode 100644 index 0000000..280d0e9 --- /dev/null +++ b/bashrc.d/eza.bash @@ -0,0 +1,6 @@ +EZA=$(which eza) +if [ -n "$EZA" ] ; then + alias ls="eza" + alias ll="eza -lG" + alias llb="eza -lGB" +fi diff --git a/vimrc b/vimrc index fb44272..27a5d44 100644 --- a/vimrc +++ b/vimrc @@ -167,15 +167,6 @@ set background=dark " colorscheme dracula colorscheme solarized8 -" For packages, versions 8.2 and later will autoload `start` packages -" correctly even in your vimrc. -if v:version < 802 - packadd! dracula_pro -endif -syntax enable -let g:dracula_colorterm = 0 -" colorscheme dracula_pro - set ignorecase smartcase set incsearch