mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -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"
|
||||
|
||||
# .profile is universal
|
||||
. /etc/profile
|
||||
. ~/.profile
|
||||
emulate sh -c '. /etc/profile'
|
||||
emulate sh -c '. ~/.profile'
|
||||
# Deduplicate the path
|
||||
typeset -U path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user