Falk Döring:
Hallo LUG,
nach dem Vortrag gestern habe ich mal wieder eines meiner "Probelmscripte" herausgesucht.
-----cut /etc/profile.d/alias.sh (geladen über /etc/profile)-------
# The Semantic is : # If exist a ~/.alias and the user hasn't specified a # LOAD_SYSTEM_ALIAS variables then don't do any system aliases # If there is no ~/.alias but the user has specified a # IGNORE_SYSTEM_ALIASES then don't do any system aliases.
[[ -f ~/.alias ]] && [[ -z $LOAD_SYSTEM_ALIASES ]] && return 0 [[ -n $IGNORE_SYSTEM_ALIASES ]] && return 0
Wieso doppelte "["?
Freundlich grüßend,
Erik