From a6e8799fac3d06ae15ceb662bc0424501e4c003c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 30 Nov 2018 00:22:50 +0100 Subject: Better keybindings --- bash/.bashrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 0ff8f28..9917109 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -203,4 +203,17 @@ if exists pyenv; then export PATH="$PATH:$(pyenv root)/shims" fi +if exists xcrun; then + SDK_PATH="$(xcrun --show-sdk-path)" + export C_INCLUDE_PATH="$C_INCLUDE_PATH:$SDK_PATH/usr/include" + export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" +fi + # vim: set ts=4 sw=4 tw=0 et : + +# tabtab source for serverless package +# uninstall by removing these lines or running `tabtab uninstall serverless` +[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash +# tabtab source for sls package +# uninstall by removing these lines or running `tabtab uninstall sls` +[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash ] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.bash \ No newline at end of file -- cgit v1.2.3