Added $GOBIN variable and changed $pager one.
This commit is contained in:
parent
3460ad6b97
commit
001074f415
2 changed files with 2 additions and 2 deletions
|
@ -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'\
|
||||
|
|
2
profile
2
profile
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue