Merge branch 'master' of git.246060.ru:f1x1t/zshrc
This commit is contained in:
commit
68ee6a8c81
7
env.zsh
7
env.zsh
@ -13,8 +13,11 @@ export SVDIR=$HOME/sv
|
|||||||
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
|
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
|
||||||
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
|
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
|
||||||
|
|
||||||
|
# Используется в ohmyzsh
|
||||||
SHORT_HOST=${HOST/.*/}
|
SHORT_HOST=${HOST/.*/}
|
||||||
|
|
||||||
#source /opt/intel/bin/compilervars.sh intel64
|
[ -e /opt/intel/bin/compilervars.sh ] && source /opt/intel/bin/compilervars.sh intel64 > /dev/null
|
||||||
#source /opt/intel/vtune_amplifier/amplxe-vars.sh
|
[ -e /opt/intel/vtune_amplifier/amplxe-vars.sh ] && source /opt/intel/vtune_amplifier/amplxe-vars.sh > /dev/null
|
||||||
|
[ -e /opt/intel/inspector/inspxe-vars.sh ] && source /opt/intel/inspector/inspxe-vars.sh > /dev/null
|
||||||
|
[ -e /opt/intel/advisor/advixe-vars.sh ] && source /opt/intel/advisor/advixe-vars.sh > /dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user