commit aaeb64fa5186cf4f7928b9c7dacbb0ab11279385 parent ad5bb3c69ecc6d71586761607ceb4363828a1a63 Author: Matsuda Kenji <info@mtkn.jp> Date: Mon, 16 Jun 2025 07:30:18 +0900 delete wraplen option, strip PATH Diffstat:
M | .profile | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.profile b/.profile @@ -26,10 +26,11 @@ export XINITRC="$X11HOME/xinitrc" export LESSHISTFILE=- # vi/nvi -export EXINIT='set autoindent wraplen=80' +export EXINIT='set autoindent shiftwidth=4 tabstop=4' export BROWSER="firefox" export TERMINAL="st" export EDITOR="nvi" -export PATH="$PATH:$HOME/bin:/usr/local/heirloom-doctools/bin:/usr/local/riscv32-esp-elf/bin/" +export PLAN9="/usr/local/plan9" +export PATH="$PATH:$HOME/bin:$PLAN9/bin:$HOME/go/bin" export LC_CTYPE=en_US.UTF-8