mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
bashrc & zshrc & xsessionrc: add MacPorts into $PATH
This commit is contained in:
parent
eabcdf0115
commit
f331acbdf5
2
bashrc
2
bashrc
@ -167,7 +167,7 @@ fi
|
|||||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
||||||
PATH=$HOME/.local/bin:$HOME/.local/games:$PATH
|
PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH
|
||||||
|
|
||||||
# "Changes" home directory without root. Uncomment both lines below this.
|
# "Changes" home directory without root. Uncomment both lines below this.
|
||||||
#export HOME=<path to new home>
|
#export HOME=<path to new home>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PATH=$HOME/.local/bin:$PATH
|
PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH
|
||||||
|
|
||||||
# Use gpg-agent
|
# Use gpg-agent
|
||||||
eval $(gpg-agent --daemon)
|
eval $(gpg-agent --daemon)
|
||||||
|
2
zshrc
2
zshrc
@ -97,7 +97,7 @@ fi
|
|||||||
# export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
# export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
||||||
PATH=$HOME/.local/bin:$HOME/.local/games:$PATH
|
PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH
|
||||||
|
|
||||||
# "Changes" home directory without root. Uncomment both lines below this.
|
# "Changes" home directory without root. Uncomment both lines below this.
|
||||||
#export HOME=<path to new home>
|
#export HOME=<path to new home>
|
||||||
|
Loading…
Reference in New Issue
Block a user