mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 14:49:31 +01:00
bashrc & zshrc & xsessionrc: add $HOME/bin to $PATH
This commit is contained in:
parent
887df4a5ed
commit
f5ebbabf72
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=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/games/:$PATH
|
PATH=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:$HOME/bin:$HOME/sbin:$HOME/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/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=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/games/:$PATH
|
PATH=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:$HOME/bin:$HOME/sbin:$HOME/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/games/:$PATH
|
||||||
|
|
||||||
# Sets environment variable CPUARCH to output of "uname -p" & UNAME to "uname"
|
# Sets environment variable CPUARCH to output of "uname -p" & UNAME to "uname"
|
||||||
UNAME=`uname`
|
UNAME=`uname`
|
||||||
|
2
zshrc
2
zshrc
@ -99,7 +99,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=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/games/:$PATH
|
PATH=/bin/:/sbin/:/games/:$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:$HOME/bin:$HOME/sbin:$HOME/games/:/opt/local/bin/:/opt/local/sbin/:/opt/local/games/:/usr/local/bin/:/usr/local/sbin:/usr/local/games/:/usr/bin/:/usr/sbin/:/usr/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