dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7a796b6be394145d397b5da0ab13b817e345781a
parent a6d7a9d3d3770254bd72e0293fb2059f37b3139e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  1 Oct 2019 21:24:55 +0200

Do not use vi as visual editor

Diffstat:
M.kshrc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.kshrc b/.kshrc @@ -1,7 +1,6 @@ HISTFILE="$HOME/.ksh_history" HISTSIZE=50000 -export VISUAL="vi" set -o vi PS1="\\033[32m\u@\h \\033[34m\w \\033[0m\$ "