Compare commits
2 Commits
8e416b961d
...
68ee6a8c81
Author | SHA1 | Date | |
---|---|---|---|
68ee6a8c81 | |||
e1a47a8fd8 |
3
env.zsh
3
env.zsh
@ -13,6 +13,9 @@ export SVDIR=$HOME/sv
|
||||
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
|
||||
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
|
||||
|
||||
# Используется в ohmyzsh
|
||||
SHORT_HOST=${HOST/.*/}
|
||||
|
||||
[ -e /opt/intel/bin/compilervars.sh ] && source /opt/intel/bin/compilervars.sh intel64 > /dev/null
|
||||
[ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user