diff options
| author | 2018-11-30 00:41:12 +0100 | |
|---|---|---|
| committer | 2018-11-30 00:41:12 +0100 | |
| commit | bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f (patch) | |
| tree | 16db5dda14091193d65dd3a100707ef72ab7d65a /bash | |
| parent | a6e8799fac3d06ae15ceb662bc0424501e4c003c (diff) | |
| download | dotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.tar.gz dotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.tar.bz2 dotfiles-bd5563a5f9301aa8dd089bd06e4ff0c4f8633a5f.zip | |
Better border
Diffstat (limited to 'bash')
| -rwxr-xr-x | bash/.bashrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 9917109..fe96ef6 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -210,10 +210,3 @@ if exists xcrun; then | |||
| 210 | fi | 210 | fi |
| 211 | 211 | ||
| 212 | # 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 | ||
