From 13223e20557a4006ac0ef307ce9f1685c1e53ccc Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 10 Sep 2024 11:30:48 +0200 Subject: [PATCH] Update 2024-09-10 11:30 Linux/x86_64-ld5587 --- .kshrc | 1 + .vim/vimrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.kshrc b/.kshrc index 8ef22d1..04cff58 100644 --- a/.kshrc +++ b/.kshrc @@ -17,6 +17,7 @@ PATH=~/.bin\ export PATH ### LANGUAGE +LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LC_MESSAGES=C LC_NUMERIC=C diff --git a/.vim/vimrc b/.vim/vimrc index 7f4f6ac..0b98406 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -197,8 +197,8 @@ if has("cscope") cs add cscope.out elseif filereadable(".git/cscope.out") cs add .git/cscope.out - elseif filereadable("/priv/d034266/git/CGK/src/.git/cscope.out") - cs add /priv/d034266/git/CGK/src/.git/cscope.out + elseif filereadable($CSCOPEDB) + cs add $CSCOPEDB endif " 'ts' symbol: find all references to the token under cursor " 'tg' global: find global definition(s) of the token under cursor