Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Add GOPATH to the search paths for bins.
Browse files Browse the repository at this point in the history
Update xbps package templates
  • Loading branch information
beanpole135 committed May 1, 2020
1 parent 2b7f48b commit 788d114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions void-files/etc/bash/bashrc.d/trident.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ else
export PS1="\[\e[34m\]\u\[\e[m\]|\[\e[36m\]\w\[\e[m\]> "
export GOPATH=${HOME}/.local/go
fi
export PATH="${PATH}:${GOPATH}/bin"
alias about="neofetch"
alias ls="ls --color"
export HISTSIZE=50
Expand Down
2 changes: 1 addition & 1 deletion xbps/trident-core/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'trident-core'
pkgname=trident-core
version=20.03
version=20.04
revision=1
archs=noarch
depends="nano git jq wireguard bluez nftables dcron autofs cifs-utils openntpd"
Expand Down
2 changes: 1 addition & 1 deletion xbps/trident-desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'trident-desktop'
pkgname=trident-desktop
version=20.03
version=20.04
revision=1
archs=noarch
wrksrc="trident-core-${version}"
Expand Down

0 comments on commit 788d114

Please sign in to comment.