Added $GOBIN variable and changed $pager one.

This commit is contained in:
k1574 2021-09-20 23:40:16 +05:00
parent 3460ad6b97
commit 001074f415
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ export_loop \
ENVDIR '$HOME/env' \
SETENV '$LIB/setenv/sh' \
GOPATH '$APP/go' \
GOEXE '$GOPATH/bin'\
GOBIN '$EXE'\
COMPOSEREXE '$LIB/composer/vendor/bin' \
VPATH '$APP/v'\
VEXE '$VPATH'\

View file

@ -29,7 +29,7 @@ tmp = $home/tmp # Temporary.
shr = $home/shr # Share files for programs.
man = $shr/man # Directory for manual pages. Are supposed to be written in plain text.
git = https://github.com/$USER
pager = nobs # Pager deleting all ESC-sequences. For 9term mostly.
pager = less # Pager deleting all ESC-sequences. For 9term mostly.
manpager = $pager # Pager for man pages.
profile = $0 # Profile file.