paths
This commit is contained in:
parent
0b13738bbf
commit
72aeda952c
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ fi
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
export GOPATH=~/go
|
export GOPATH=~/.local/share/go
|
||||||
export PATH=~/bin:~/.cargo/bin:$GOPATH/bin:$PATH
|
export PATH=~/bin:~/.cargo/bin:$GOPATH/bin:$PATH
|
||||||
#export MANPAGER="bat -p -l manpage"
|
#export MANPAGER="bat -p -l manpage"
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
@ -96,7 +96,7 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
GPG_TTY=$(tty)
|
GPG_TTY=$(tty)
|
||||||
export GPG_TTY
|
export GPG_TTY
|
||||||
|
|
||||||
for cf in ~/.config/zsh/* ; do
|
for cf in ~/.config/zsh/*.zsh ; do
|
||||||
source $cf
|
source $cf
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue