diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-06-07 20:33:28 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-06-07 20:33:28 +1200 |
commit | 521caa5be2a5646d8dc4c13d3ec373a25d16a7ec (patch) | |
tree | b94c8dc063351daf3b0a848f745569b658ad6fe4 /bashrc | |
parent | 2fdd2622eb0e5c8c78631f92bed1cf5a757b4cce (diff) | |
parent | 9588833f11d075f060b778a5e629d7210e51a59b (diff) | |
download | dotfiles-521caa5be2a5646d8dc4c13d3ec373a25d16a7ec.tar.xz |
Merge branch 'master' of hermes:/srv/git/david/dotfiles
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -28,8 +28,10 @@ PS1="${BYellow}\ export GPG_TTY=$(tty) export EDITOR=/usr/bin/vim -export CC=clang -export CXX=clang +if [ $(which clang 2>/dev/null) ]; then + export CC=clang + export CXX=clang +fi alias sudo="sudo " alias monut=mount |