mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Load profile in sh emulation mode.
This commit is contained in:
committed by
David Tomaschik
parent
e375d7f472
commit
157e6ee20e
@@ -66,8 +66,8 @@ zstyle ':completion::complete:*' use-cache on
|
|||||||
zstyle ':completion::complete:*' cache-path "${ZDOTDIR:-$HOME}/.zcompcache"
|
zstyle ':completion::complete:*' cache-path "${ZDOTDIR:-$HOME}/.zcompcache"
|
||||||
|
|
||||||
# .profile is universal
|
# .profile is universal
|
||||||
. /etc/profile
|
emulate sh -c '. /etc/profile'
|
||||||
. ~/.profile
|
emulate sh -c '. ~/.profile'
|
||||||
# Deduplicate the path
|
# Deduplicate the path
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user