dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 4ecead0c028f17f383d188e91aca8e62f01b79d0
parent 502b30198be3c70895548997457d3577c69476c6
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 19 Feb 2023 17:58:43 +0900

delete vim

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

diff --git a/.profile b/.profile @@ -7,7 +7,6 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export XDG_RUNTIME_DIR="/tmp/xdg_runtime_dir_$USER" -export VIMINIT=":source $XDG_CONFIG_HOME"/vim/vimrc export DBUS_SESSION_BUS_ADDRESS="no" [ ! -d $XDG_CONFIG_HOME ] && mkdir -p $XDG_CONFIG_HOME