From 505f2f534ffc5e34049ae5226f861c99f7e4bb11 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 19 May 2014 19:15:57 +0200 Subject: simple config updates --- bashrc | 4 +++- vimrc | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 715fd3d..21faff2 100644 --- a/bashrc +++ b/bashrc @@ -113,7 +113,9 @@ if ! shopt -oq posix; then fi fi +shopt -s autocd + export GPGKEY="895134C5" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" - +export LD_LIBRARY_PATH=/usr/local/lib diff --git a/vimrc b/vimrc index ec08e1a..921284a 100644 --- a/vimrc +++ b/vimrc @@ -94,6 +94,7 @@ nnoremap m :.!qalc "Tab for escape nnoremap +nnoremap ZZ vnoremap gV onoremap inoremap `^ -- cgit v1.2.3-54-g00ecf