From 090b5e21fe47e6102d21a1a39612953f8c643bba Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 6 Feb 2020 13:45:53 +0500 Subject: Updates. --- files/.lessfilter.sh | 3 +++ files/.vimrc | 5 +++++ files/.zsh/rc/S50_aliases | 3 +++ files/bin | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) (limited to 'files') diff --git a/files/.lessfilter.sh b/files/.lessfilter.sh index b487794..3972aa8 100755 --- a/files/.lessfilter.sh +++ b/files/.lessfilter.sh @@ -18,6 +18,9 @@ case $1 in exec pandoc -t plain "$1" fi ;; + *.csv) + exec column -t -s, "$1" + ;; *) exec /bin/lesspipe "$1" ;; diff --git a/files/.vimrc b/files/.vimrc index cc4bda8..c612223 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -612,6 +612,11 @@ let g:tex_flavor = 'latex' let g:pandoc#filetypes#handled = ["pandoc", "markdown"] let g:pandoc#filetypes#pandoc_markdown = 0 +" }}} +" polyglot {{{ + +let g:polyglot_disabled = ['latex'] + " }}} " YankRing {{{ diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases index 2df9d82..9dbf7ac 100644 --- a/files/.zsh/rc/S50_aliases +++ b/files/.zsh/rc/S50_aliases @@ -18,7 +18,10 @@ alias df='df -h' alias du='du -h' alias free='free -tm' alias whois='whois -H' +alias grep='grep --color=auto' alias zgrep='zgrep --color=auto' +alias fgrep='fgrep --color=auto' +alias egrep='egrep --color=auto' alias fn='find . -name' alias ls='ls --color=auto -h -F --group-directories-first' diff --git a/files/bin b/files/bin index 69c820a..4c18445 160000 --- a/files/bin +++ b/files/bin @@ -1 +1 @@ -Subproject commit 69c820a66463a0416ff6fc230644f40d912a3cbd +Subproject commit 4c184450ff8e849eb494aec24d5d51e6faa86bef -- cgit v1.2.3