diff options
| author | 2018-11-30 00:22:50 +0100 | |
|---|---|---|
| committer | 2018-11-30 00:22:50 +0100 | |
| commit | a6e8799fac3d06ae15ceb662bc0424501e4c003c (patch) | |
| tree | 411c7a86c790b3369e83a9ba00e64867676f5400 /bash | |
| parent | 4028df8bdbde8d8ae8960619b9f848fe01757310 (diff) | |
| download | dotfiles-a6e8799fac3d06ae15ceb662bc0424501e4c003c.tar.gz dotfiles-a6e8799fac3d06ae15ceb662bc0424501e4c003c.tar.bz2 dotfiles-a6e8799fac3d06ae15ceb662bc0424501e4c003c.zip | |
Better keybindings
Diffstat (limited to 'bash')
| -rwxr-xr-x | bash/.bashrc | 13 |
1 files changed, 13 insertions, 0 deletions
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 | |||
| 203 | export PATH="$PATH:$(pyenv root)/shims" | 203 | export PATH="$PATH:$(pyenv root)/shims" |
| 204 | fi | 204 | fi |
| 205 | 205 | ||
| 206 | if exists xcrun; then | ||
| 207 | SDK_PATH="$(xcrun --show-sdk-path)" | ||
| 208 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$SDK_PATH/usr/include" | ||
| 209 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" | ||
| 210 | fi | ||
| 211 | |||
| 206 | # vim: set ts=4 sw=4 tw=0 et : | 212 | # vim: set ts=4 sw=4 tw=0 et : |
| 213 | |||
| 214 | # tabtab source for serverless package | ||
| 215 | # uninstall by removing these lines or running `tabtab uninstall serverless` | ||
| 216 | [ -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 | ||
| 217 | # tabtab source for sls package | ||
| 218 | # uninstall by removing these lines or running `tabtab uninstall sls` | ||
| 219 | [ -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 | ||
