Minor changes.

This commit is contained in:
Derek Taylor
2020-10-13 19:35:02 -05:00
parent af5b75ee4d
commit 83af63c18e
8 changed files with 137 additions and 551 deletions
+2
View File
@@ -19,6 +19,8 @@ export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomo
### SET VI MODE IN BASH SHELL
set -o vi
bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'
# If not running interactively, don't do anything
[[ $- != *i* ]] && return