commit a6a43516ccb009df8ac599cbdacf4164a654bc84 parent f19d47d85e0d116c6bc5e08973e83a600b74ad08 author: nathanael <nathanael@dalliard.ch> date: Fri, 17 Oct 2025 17:36:56 +0000 s0: update $PATH diffstat:
| M | s0/dotfiles/profile | | | 2 | +- |
| M | s0/dotfiles/profile.local | | | 2 | -- |
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/s0/dotfiles/profile b/s0/dotfiles/profile @@ -1,4 +1,4 @@ -export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin +export PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin export EDITOR=vi command -v nvi >/dev/null && EDITOR=nvi diff --git a/s0/dotfiles/profile.local b/s0/dotfiles/profile.local @@ -1,6 +1,4 @@ -export GOPATH=~/.go export GPG_TTY=$(tty) -export PATH="$HOME/bin:$GOPATH/bin:$PATH" export SFEED_AUTOCMD=2tgo export SFEED_HTMLCONV='webdump -r -l'