mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
zshenv: Added template for changing home directory.
This commit is contained in:
parent
27e31ecad4
commit
6330d3567e
6
zshenv
6
zshenv
@ -19,4 +19,8 @@ export LC_ALL
|
|||||||
PATH=$PATH
|
PATH=$PATH
|
||||||
|
|
||||||
# Sets web-browser. Used for one alias.
|
# Sets web-browser. Used for one alias.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
|
||||||
|
# "Changes" home directory without root. Uncomment both lines below this.
|
||||||
|
#export HOME=<path to new home>
|
||||||
|
#cd
|
||||||
|
Loading…
Reference in New Issue
Block a user